Software Development Network Logo
  • Visual Studio
  • Game Technologies
  • .NET Development
  • Visual FoxPro
  • VS Express Editions
  • Smart Device
  • Architecture
  • Windows Vista
  • Windows Forms
  • VS Team System
  • Visual Basic
  • SQL Server
  • Visual J#
  • Windows Live
  • Visual C++

Software Development Network >> Nino Crudele's Q&A profile

Nino Crudele

Member List

Corgalore
veryhotsausage
sulphox
ajj3085
Sam_S
Doc Glazer
Chardon
Hal T
Christina Tabet
pkoanui
Gilberto_al
JSchmitt
jczarni
Ranger1370
Alan Cameron Wills -MSFT
smith_a
Dion
mtm_king
Nathan Jones
Arc_1
Only Title

Nino Crudele's Q&A profile

  • Visual Studio Team System Team Build Install Issue

    We are having an issue with the Team Foundation Build Server installation for the RC. The required TFS Service account for TFS and TFS Build we created is a local account (not domain). Team Foundation Server allowed the use of a local account during installation. The build server needs to use the same service account used by TFS, but does not allow you to supply a local account during installation. I used my domain account just to complete the ...Show All

  • Visual C++ C++ & SDK

    I'm completely new at C++, though have reasonable experience with .NET. I'm trying to switch from VB.net to C++ because I want to write native code... but i'm having problems. I have 'Microsoft Platform SDK for Windows XP SP2' and 'Visual C++ 2005 Express Edition Beta 2' installed. I have also created a dir in "C:\Program Files\Microsoft Visual Studio 8\VC" called 'PlatformSDK' which has the Bin, Include and Lib folders in it. Now how do i m ...Show All

  • .NET Development Serialization of array of objects, containing array of another objects....

    Hi all, This is my first post here , hope you know answer to this. I have a situation where webservice is returning array of object A which contains array of object B which internally contains array of object C. class A { [XmlElement] // this was added on later on and works fine B [ ] B_array } class B { //[XmlElement] // here does not work as in Class A above C[ ] C_array } class C { int i, string s } All classes and variables ...Show All

  • Smart Device Development Monitoring Wirelss Accesspoint that a PDA is connected to

    Is it possible to track the Wireless Accesspoint that a PDA is connected to My web based application should keep track of the current Wireless AccessPoint that the PDA is connected to and log if a user moves from one access point to another. There is no way in the Windows Mobile platform to track the connected (or visible) access point. In Windows Mobile 5, the State and Notification Broker does provide a way to access the SSID of the con ...Show All

  • SQL Server Network access to Sql Server 2005 Express

    I have an application written in VB Express and uses SQL Server 2005 Express that runs on my local machine (name JERRY).  I published it onto a CD and installed it on another computer (JKNETWORK) on my home network. I've already modified SQL Server Configuration Manager to enable TCP/IP and Shared Memory . I have also added sqlservr.exe to the exceptions in the Microsoft firewall exceptions list. The application opens with ...Show All

  • SQL Server HELP - Problem with Replication

    Hello, I have transactional replication running between two SQL Servers. It's a push subscription and the distributor is on the local publisher. Recently after running for a year the replication stopped working and we get the following two errors. 1 - The process could not bulk copy into the table "History_Rep" String Data, Right Truncation. Error Number 22001. ----------------------------------------------------------- ...Show All

  • Visual Studio Express Editions Thank You Microsoft

    I would like to say THANK YOU MICROSOFT. I stopped programming because of the cost associated with buying the most current development environments. Now with Microsoft releasing these Express Editions I can get my teeth back into the code and have some fun doing so. The Express Editions is what Novice and Hobby developers have been waiting a long time for. Microsoft not only gave full functioning apps, but also gives you the information you need ...Show All

  • SQL Server How to add YTD (Calculation) to Time Dimension?

    Is there any you can add YTD to Time Dimension as attribute Or it has to be Calculation Then how do we do this Is this need to base on Dimension or Measure I would prefer this to be base on dimension and show in Time dimension hierarchy. Any inputs on this are highly appreciated.   There are several ways to accomplish this.  If your users want a way to select Monthly values vs, QTD, YTD from a ...Show All

  • Visual Studio 2008 (Pre-release) LINQ 'go-live' license

    Could someone provide me detailed information about the possibility of 'go-live' lincense (if at all one being considered). I would be more interested in the timeline more than anything. DLINQ - Are there providers for all major RDBMS ( such as SQL 2005, Oracle, DB2 etc) In another thread I asked the same question. A go live license will be provided for LINQ along with the go-live for Orcas. I ha ...Show All

  • Visual Studio Express Editions How to compile into an *.exe

    Hello friends, I have been trying unsuccessfully to turn a set of working source codes (written in C) into an executable and have that *.exe be able to run on another machine. I have tried both as a Debug and Release version but no luck. What am I doing wrong Here are my actions taken: 1) File/New Project from Existing Codes 2) Select all the necessary *.c, *.h, and *.rc files 3) Changed project's properties to compiling C language ...Show All

  • SQL Server Poorly written assembly and CLR

    As the CLR is hosted in the SQL OS. How will the SQL OS handle a situation wherein I have a badly written .net assembly which is chewing up lot of memory and other system resources of the server. 1. Won’t it directly affect the SQL OS and the overall performance of the server 2. The bad assembly is also hosted in the same app domain as other assemblies;As all assemblies owned by same user are hosted in the same app domain ...Show All

  • Visual C++ Learning Visual studio .net (C++)

    Can anyone suggest me few good links from where I can learn .net(C++). Take a look at the following link for books and resources: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=107484&SiteID=1 Also, the help on http://msdn2.microsoft.com should always help you in specific cases. Thanks,   Ayman Shoukry   VC++ Team ...Show All

  • Visual C# Accessing a DataGridView control from a thread that it wasn't created in???

    This is the exception I'm getting: "Cross-thread operation not valid: Control 'dgvLogResults' accessed from a thread other than the thread it was created on." I'm trying to update a datagridview with new data that has been detected in a thread that is running and polling. But I can't seem to get this to work do I have to reference the original thread somehow then access the control // UPDATE DAT ...Show All

  • Visual Studio Team System How does the OverlayIconIndex property of BaseHierarchyNode work?

    I'm assuming that the index would point to the same imagelist as that used for the display icon of the node but this seems not to be the case. Furthermore I'm guessing that provided I could get this function to work the icon at the index would be overlayed on the main Icon. Sort of like the short cut overlay icon. Am I right in my assumptions and can some one show me how to use the property. Thanks. This is a question for the Visu ...Show All

  • Visual C# Process.start with multiple command line arguments..

    I am trying to call an exe file with multiple command line arguments in C# and capture the output but unsuccessful. Here is what I am doing: Process process = new Process (); process.StartInfo.UseShellExecute = false ; process.StartInfo.RedirectStandardOutput = true ; process.StartInfo.RedirectStandardError = true ; process.StartInfo.CreateNoWindow = true ; process.StartInfo.FileName = @"D:\bin\test.exe" ; ...Show All

©2008 Software Development Network

powered by phorum