Top "Visual-studio-2010" questions

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

Mixed mode assembly is built against version ‘v2.0.50727′ of the runtime

I'm getting the following exception: Mixed mode assembly is built against version ‘v2.0.50727′ of the runtime and cannot be loaded …

.net visual-studio-2010 .net-4.0 ado.net crystal-reports
How do I get the currently-logged username from a Windows service in .NET?

I have a Windows service which need the currently logged username. I tried System.Environment.UserName, Windows identity and Windows …

c# visual-studio-2010 windows-services
Enable the display of line numbers in Visual Studio

Why doesn't Visual Studio have any way of showing line numbers in a source file? Is there any way to …

visual-studio-2010 visual-studio line-numbers
M_PI works with math.h but not with cmath in Visual Studio

I am using Visual Studio 2010. I have read that in C++ it is better to use <cmath> rather …

c++ visual-studio visual-studio-2010
error LNK2038: mismatch detected for '_MSC_VER': value '1600' doesn't match value '1700' in CppFile1.obj

I was converting my projects from VS2010 to VS2012.But I am getting an _MSC_VER linker error in certain …

c++ visual-studio-2010 visual-c++ msbuild
SSIS Excel Connection Manager failed to Connect to the Source

I have a server that is capable of creating and running an Excel Import task using the Import Wizard. I …

sql-server visual-studio-2010 visual-studio ssis sql-server-2012
Converting VS2012 Solution to VS2010

I'm working in VB project with VS 2012 and after finish I try to add setup project. I didn't find it (…

visual-studio-2010 visual-studio-2012
Visual Studio 2010 always thinks project is out of date, but nothing has changed

I have a very similar problem as described here. I also upgraded a mixed solution of C++/CLI and C# …

visual-studio visual-studio-2010
IIS error, Unable to start debugging on the webserver

I want to run my application from IIS on my local machine. I created the virtual directory and added the …

asp.net visual-studio-2010 iis iis-7.5
Visual C++ executable and missing MSVCR100d.dll

I know this has been asked in other places and answered, but I'm having issues with MS Visual Studio 2010. I've …

windows visual-studio-2010 visual-c++ msvcrt msvcr100.dll