Visual Studio 2010 is an integrated development environment (IDE) from Microsoft.
I cannot get the Add Service Reference in VS 2010 or 2012 to work for web services built on ServiceStack . I have …
visual-studio-2010 soap visual-studio-2012 servicestack service-referenceI recently re-built my development machine which now uses windows 7. On this new machine, VS 2010 can no longer open sln …
visual-studio visual-studio-2010 visual-sourcesafe visual-sourcesafe-2005I'm trying to link the shared library of boost thread into my application. System: Windows8 IDE: Visual Studio 2010 I build …
visual-studio-2010 boost linker-errors dynamic-linking boost-buildI am very much use IntelliSence of VS2010. Sometimes, I can not tell when and why, the IntelliSence changes. Example: …
visual-studio-2010 intellisenseIs there any way in VS 2010 or 2012 to minify JavaScript files at the time of Publishing? I want automatically minified …
javascript asp.net visual-studio-2010 minify publishingI am using Windows 7 and i installed TFS Server and connected to it from my VS 2010 install. It prompted me …
visual-studio-2010 tfs credentialsIntroduction I'm new to the Entity Framework and setting up a correct SQL Server. I'm following the official Entity Framework …
sql-server visual-studio-2010 entity-framework database-connection sql-server-2012-expressFor the current code: String currentPath = Directory.GetCurrentDirectory(); OpenFileDialog op = new OpenFileDialog(); op.InitialDirectory = currentPath; if (op.ShowDialog() == DialogResult.OK) …
c# visual-studio-2010 excel excel-interopsearching the web for the difference between these two function calls, I've found that: The difference between these two API …
visual-studio-2010 performance mfc message-queue sendmessageI have an application that generates barcode in image format and it is read by some devices and fails in …
visual-studio-2010 barcode telerik-reporting