I can\'t open a Visual 开发者_开发问答Studio 2008 Windows application solution file into Visual C# Express. How can I fix this?Visual studio express doesnt understand a visual studio 2008 sln/csproj f
I would like to know if is there a way to change the color of expanded regions\' titles in VS2008. Even by using a third part plug-in.
I have a several C# console applications that basically parse ton开发者_如何学编程s of data in memory (LINQ) and output the results to a text file.
With a normal .cs files i can choose \"Windows\" -> \"New Window\", to work in the same file in two different locations. I prefer this feature to \"Split\", because it seems less 开发者_如何学Goerror
Our build server has been using the following properties for some time OutputPath=c:\\output; OutputDir=c:\\output;
I cannot imagine how this is anything other than a bug, but since I do not currently have a login for the MS Connect website I will ask here first.
In 2005, when I double-clicked on a file (be it header or source), it would open in a new tab. So, if I double-clicked on a header file and then two source files, there would be three tabs: one for ea
I\'m using vs2008, asp.net website. Having all sorts of issues with vs2008, latest i开发者_如何学Cs that I have no intellisense.. none at all.Also, the 2 dropdowns at the top of my .aspx and .aspx.vb
I have imported an existing SQL Server 2008 database to a Visual Studio 2008 database project, to version control database objects and perform database code migration. This works fine and I can build
I am trying to use Dotfuscator (CE) to help protect our ASP.NET MVC .ddl. Its a web application that will be distributed to clients and we need a wa开发者_运维问答y to protect our IP.