tony42472's Q&A profile
Visual Studio Team System "Object reference not set to an instance of an object" connecting to Team Foundation Server
When connecting to team Foundation Server, when clicking on Ok in the connect to TFS dialog, I have an error "Object reference not set to an instance of an object". Everything worked fine after installation. I put some sample project under source control, made team projects, builds ok. I don't know what did things went wrong but after an attempt of loading a solution, I keep having this error when connecting to TFS. Maybe one thing: I installed SourceGear Vault client to get one of our projects sources. After loading the solution, I had to switch the default Source Control to TFS. Then I uninstalled the Vault Client. Whe ...Show All
Visual Studio Express Editions pchnotify.exe error
This is my errors poping up!. 1. first error: Just-In-Time Debugging An exception 'System.TypeInitializationException' has occured in pchnotify.exe. However, no debuggers are registered that can dubug this exception. Unable to JIT debug. 2. second error: JIT Debugging JIT Debugging failed with the following error: Odefinierat fel "undefined error" Please check the documentation topic 'Just-in-time debugging errors' for more information. This error's started after i installed 'Visual Studio 2005 C# express', i allready had an version of 2003 installed. When i for the first time started the new version i was ...Show All
Windows Forms how to expand and collapse rows in DataGrid to create parent/child relationships using a single table!?
Hello al, I am new to Windows Forms and for the past week or so, I have been pulling my hair out, trying to figure out how I can implement expand/collapse in the DataGrid. I do understand that if I setup relations between two tables in a dataset, and then assign the primary table to the DataGrid, I get the +/- buttons and I can expand&nb ...Show All
.NET Development Creating a XML WebService from scratch
I am new to this arena and could you please guide me on how should I create my XML Web Service. Suppose I want to create a web service named "TravelService". When I open the .NET new project and click on Visual C# projects---> ASP.NET Web Services And then when I give the path where I want to install my web Service, I get an error. Say the path is http://172.31.24.12:7335/TravelService where http://172.31.24.12:7335 is the local path. It says Unable to create the web Service :travelService. And it gives a option "Do you want to open the project with FrontPage Server Extns." If we click yes....It gives the screen displaying creating ...Show All
Visual Studio Team System MSBuild call is not in TFSBuild.proj
In Beta 2 it was possible to add properties to the MSBuild call in the TeamBuild.proj file and later access them from projects. Beta 3 doesn't have that call anymore in the TFSBuild.proj... My questions are: - Is it possible to set the properties from the TFSBuild.proj file - Where is the call to MSBuild located in Beta 3 Yes, it is possible. You will need to use TfsBuild.rsp file to pass options to msbuild call. This file can be located along with TfsBuild.proj file. For example, if you want to pass /p:foo=bar to msbuild command line, you would simply add this line in TfsBuild.rsp and check it in. ...Show All
Visual Basic Help.
How do I create a grid of pictureboxes (25 x 25) on Visual Basic 2005 and auto-name them pbx(row)_(column) for the picture boxes It is to slow and hard to manually rename all 625 of them. Ok question answered, thanks. New question: OK, I ran into another problem. I want it be so that if I click the picture box with the person in it, you can move him by clicking on another tile. How do I do this (I tried (got from Dustin_H 's sample code) : Private Sub PicBox_On_Click( ByVal sender As Object , ByVal e As EventArgs) If PicBox(x, y).Image = Tiles.picPerson.Image Then &nb ...Show All
Visual Studio MSBuild file for .Net 1.0, 1.1, 2.0, Compact Framework 1.0 & 2.0 and Mono
Greetings, Intro: I'm currently working in a library that has to target both .Net 2.0 and .Net Compact Framework 2.0. My initial approach was to have two projects for each assembly. The source code would be all the same, with #if's testing for the compact or the full framework. One of the projects would have all the files, and the other all the files from the first linked. As the number of source files and assemblies growed, this turned into problematic. At some time, I also wanted to test if my code worked in mono, even if it wasn't required. So I thought of using msbuild to customize my build. I started googling, and found msbuild files fr ...Show All
Visual C++ c++ language help
hello! i am new to this forum and also to this Development tool by Microsoft. I want to know what is the procedure to access help to different funtions. as in Borland c++ help menu provides. Usually you just have to move the cursor over a function like atexit and press F1, sometime Strg+F1 (Dynamic help) leads into the better result, because you can preselect several help topics. I hope I understood your question correctly. ...Show All
Software Development for Windows Vista 2 way Communication
I am trying to build an application that uses workflow on a server and a client. I want to use WCF in the middle to handle messaging. I need to establish 2 way communication between the client and the server. I used the Expense Report sample as a bases but when I try to hook to an event on the service using remoting I get an error. Saying that the application is not flagged as serialized. Can any one help I don't have a solution for you, but I am experiencing a similar problem (somewhat similar, I think, anyway). Specifically the exception is thrown when I try to raise the event into the workflow ...Show All
SQL Server Failure installing SQL Server Express on a Pentium M device
I am currently trying to track down why one of our users is getting an error attempting to install SQL Server Express on their machine. The symptoms are that SQL Server Express warns about the minimum hardware requirement not being met, the installation proceeds, but is not able to start the SQL Server service, and fails with the following error in the SQLSetupXXXX_MACHINENAME_Core(local).log file. Error: Action "ReportChainingResults" threw an exception during execution. One or more packages failed to install. Refer to logs for error details. : 1067 Error Code: 0x8007042b (1067) Windows Error Text: The process termin ...Show All
SQL Server GUIDs using NEWSEQUENTIALID() on SQL Server Mobile
Hello, I've been thinking about using GUIDs as primary keys within my application. One problem I have with this approach is that GUIDs generated with NEWID() are not sequential, and this can have a huge impact on insertion performance due to fragmented indexes. It would seem that NEWSEQUENTIALID() solves this issue, however it doesn't seem very practical to use this on SQL Server Mobile. With SQL Server, you can specify an OUTPUT clause for an INSERT statement, and using this, determine what the last inserted GUID was. There doesn't seem to be such an option in SQL Server Mobile, so how can I get the last generated GUID so that I can attach ...Show All
Software Development for Windows Vista Workflow and .NET Remoting
Hi, Is is possible to host the workflow assembly in a remote object using either windows service or IIS as a host Please advise and some link for pattern or guidance. It is possible to host workflow assembly in remote object in IIS. If you are using out-of-box persistence or tracking services you will need to add them in Web.config file of your remote object. I have uploaded a sample to host a workflow library in IIS hosted remote object here ...Show All
Visual Basic Upgrade wizard does not create "My Project" node
After upgrading a project from VS 2003 to VS 2005 there is no "My Project" node in the Solution explorer like there is when a new project is created. Is there a way to create the "My Project" node Thanks Tom Hi Tom, I've tried and after upgrading from VS 2003 and VS 2005 my Windows Forms Application project did have a "My Project" node. You can try right-click on your project in Solutions Explorer select "Properties" to see if this will create "My Project" node. Best regards, ...Show All
Visual C++ muliple languages
HI! Can you please anybody tell me how can i implement multilelannguages to visual C+.net application Hi! Actually, i should apply multiple languages to my MFC dialog project.Which cosists of live data comes from a server.It will be displayed in a list control with 8 fields.Its a sport project.I was provided with all languages dlls(third party). Regards, S ...Show All
Visual C# Problems with the Process.Start
Hello World, :D I have a problem that it is making me crazy, I hope you can help me. I’m trying to execute a .exe file with the Procces.Start, and there is no problem when the file is on my computer, the problem comes when the file is in a network drive. The most amazing thing is that in one computer I can execute my .Net program without problems independently if the file is in a local or in a network drive, but in others computers I have problems when the programs execute the Process.Start(). · If I pass the path in this mode: \\hermes\hermes\temp\test.exe , I have the following problem: ...Show All
