Top "Visual-studio-2010" questions

Visual Studio 2010 is an integrated development environment (IDE) from Microsoft.

Add Service Reference error "Cannot import wsdl:portType"

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-reference
"The selected file is not a valid solution file" error when trying to open source safe database

I 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-2005
error LNK1104: cannot open file 'libboost_thread-vc100-mt-gd-1_55.lib'

I'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-build
Visual Studio 2010 IntelliSense -> Enter will not AutoComplete any more

I am very much use IntelliSence of VS2010. Sometimes, I can not tell when and why, the IntelliSence changes. Example: …

visual-studio-2010 intellisense
Automatically minify JavaScript files at the time of Publishing website in Visual Studio 2010 or 2012?

Is 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 publishing
TFS/Visual studio 2010: Clear cached password for TFS in Visual Studio 2010, Need it to ask me to login again

I 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 credentials
Creating connection to MDF-file in Visual Studio: "File is in use"

Introduction 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-express
Strange error on Excel Workbook input

For 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-interop
SendMessage and PostMessage which one is better to use?

searching 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 sendmessage
How to generate barcode font (code128) not image

I 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