DennisWang's Q&A profile
Visual Studio Team System Error 1305¿
Error Reading from file h:CheckinEvent.xsd I saw the file but it doesnt open= What can I do for asuccesfull installatioN= It's possible your image is corrupt. Can you try downloading an official copy from MSDN and see if you still run into this problem You might also try a chkdsk on your machine if you can't open that file for reading. Also, make sure you're following the setup instructions carefully ...Show All
Windows Forms DesignTime licensing in a PopUp form which runs via verbs
I have a Windows forms ExtenderProvider component that utilizes a form as a PopUp by using the verbs collection in a custom designer. Inside the PopUp form is an embedded 3rd party control which is used only on the PopUp form. My component is a dll and shows up in the TookBox from where it can be dragged onto a Form's component tray to add the new properties. The PopUp form is running via a service when the user selects it from the RightClick ...Show All
Visual C++ visual c++ 6.0 freezes(???) during linking
I'm making a small program for one of my classes using this program and when i click to run the program it says linking and just sits there with the button pushed in. I push the stop button and it doesnt stop the linking and then i have to control alt delte and remove in taskbar to get out of the program and reopen. any chance theres a sp7 coming out for this. this dint happen on the slower computers i used before to mess around. They were ...Show All
Visual Studio Express Editions Problems accessing certain help topics.
Hi All :) I'm trying to access 'Network Programming' under '.NET Framework SDK > Quick Technology Finder' from within the C# Help Documentation. It keeps saying the content isnt available, and that I need to check my settings to ensure it loads online help where required. I've done this (Internet works just fine under IE) and am dumbfounded as to why this wont work... Any ideas Hello, I'm having the sam ...Show All
Visual Basic Loading images from context menu link
Thank you for stopping to read this message. I'm using Visual Basic 05 Express Edition (Beta 2) to write an image conversion program. I have sucessfully achieved the basics - and after browsing your harddrive you can convert an image, BUT if i added a registery file which adds 'convert' to the context menu of BMP or JPG images, how could I load the location of the image automatically to a textbox Thanks guys, bu ...Show All
.NET Development WSE 3.0 RTM for VS2005
Does anyone know when this will be released BenW It already is! Go get it! http://msdn.microsoft.com/webservices/webservices/building/wse/ Daniel Roth ...Show All
SQL Server RS 2000 installation issue.(err : Can not generate SSPI Context)
Hi I am trying to install RS 2000 on my machine. I have SQL server 2000 client. I am connecting to remote database server. When it asks for the server instance credential I am giving the right one. It is asking for three type of credentials 1- Service account 2- Domain login Account 3- SQL login account. It is failing in all the cases. Is there any fix for this. Thanx in advance. ...Show All
Windows Forms Trapping Events
Hi, I would like to be able to trapt all events in my current window (thread), eg make my own type of modal window, so that the user can't do anything else. Is it possible Thanks, Jaco ...Show All
Visual Studio Team System Sorting by Rank sorts incorrectly
Rank is an integer field - but when you sort it and you have say 13 items ranked from 1 to 13. When you try and sort it in the UI by Rank it will rank them 1, 10, 11, 12, 13, 2, 3,4,5... Since the UI only allows integers in this field - sorting it like a string isn't right - I am using the RC version. Unfortunately, there is no way to customize just the sort behavior. An alternative may be to customize your work ...Show All
Visual C++ Another example of my problem with structs...
Help! dynamic.h #pragma once #include "static.h" #include "stdafx.h" using namespace System::Collections; public ref class testit { public : testit( array <city^>^City) { System::Diagnostics::Debug::WriteLine(City[1]->cityID); } }; static.h #pragma once //#include "dynamic.h" (works when not included) ref struct city { int cityID; String ^ cityName; }; Form1.h #include "static.h" #in ...Show All
Visual Studio Express Editions Problem using Add New datasource Wizard
I'm trying to learn C# using the Visual Studio Express C# edition. I'm trying to add a new datasource and get the following dialog. Any ideas on what to do http://65.98.60.178/~austin1/vsexpr_sqlserver.jpg Hi, I think the below link will help you... http://msdn.microsoft.com/vstudio/express/visualCSharp/learning/ If you feel that this doesnt solve your problem, you can always click on Unmark as Answ ...Show All
Windows Search Technologies Search from IE 6 Address Bar
I cannot search from IE 6 Address Bar any longer, The defaults are set, and it used to display results in the main window; I can still go to a specific web site, example: I can type www.microsoft.com and it will go to that site, but if I just type in "x", where x is my search name of an item, I get a page cannot be displayed and the address changes to: http:/// % x Any suggestions to reset this and make it clean ...Show All
Visual Studio Team System No Code Coverage Results for C++ CLR/Native code
I generated two simple class libraries, one is of C++ and the other is of C#, and the Unit Tests for them with Wizards. After I run these tests with Code Coverage enabled, only the C# assembly was listed in the Code Coverage Results window. I found C++ native code gives no Code Coverage information too. Is it possible to obtain the Code Coverage Information of C++ code Hey Yuan, For coll ...Show All
Visual Studio Moving a label
Hello, Is there a way to move a label from one version to another What we are trying to achieve is that if we label the VSS database with a build label at the beginning of the build process and subsequently include updates to the build, I would like to move the labels up to the latest versions to mark the final set of versions going into the build. Also, how can I prevent developers from checking in new versions of files while the build is ...Show All
.NET Development Active window
Trying to make a windows form on top of all over forms that will always have focus untill its closed. For example like the "About Internet Explorer" window on IE, how you cant set focus away from it. Ive done this before but tottaly forgot what I had done :P You need to mark the form window as modal. Form form1 = new Form(); form1.ShowDialog(); Thi should do the trick. Check out http://msdn.microso ...Show All
