I have some C++ code, and for some reason, for a couple of class开发者_Go百科es, they show up as boost::boost::boost::boost::boost::classname in the Visual Studio browser.
I\'m trying to use a web service and thus added a web service reference to my project using the service\'s WSDL service description. All is well, there were no error message, but I noticed that one fi
In VS 2008, when the caret is on the name of the class which doesnt have a using statement in the file, SHIFT+ALT+F10 will bring up a context menu to add the using statement.
When using CodeRush/Refactor Pro, I can use my mouse to toggle a context menu to change the scope of a member.By default, pressing CRTL+\' doesn;t toggle this menu.
I have a VM running IE6 and a VS 2008 project. I want to be able to access it via VM. So when I hit F5 a virtual server (or something) is running om my machine and i can test it by going to http://loc
I have a webconfig file which has a connectionstring in it... But then when ever i accessa database i have to write the same connectionstring again and again... is there a way it can take the value o
I have made a web app开发者_运维知识库lication using Visual studio 2008. till now it was running on my local host..
How can I get DevExpress \"Rename a variable\" to work in VS 2008? I just upgraded from VS 2005 to VS 2008. In VS 2005, the F2 key used to invoke the DevExpress Rename. In VS 2008, F2 appears to do n
I am working on a Setup Project in Visual Studio, and I would like the user to be able to specify whether to create a Desktop Shortcut and/or a Start Menu shortcut to the program by using checkbox开发
I have \"Managed Incremental Build\" turned on in my managed C++ project. I have a DLL written in C#, and the solution contains both the C++ and C# projects. I have not defined any dependencies betwee