Top "Visual-studio-2010" questions

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

Visual Studio 2010 and WinCE 5.0

Is it possible to use a platform builder 5.0 SDK in visual studio 2010 for a C++ project. I want to compile …

visual-studio-2010 windows-ce
Syntax Highlighting for .tt files?

Is there any way to tell Visual Studio 2010 to enable syntax highlighting for .tt files? I do have a directive …

.net visual-studio visual-studio-2010 t4
Visual Studio 2010, how to build projects in parallel on multicore

I have a big solution with more than 40 projects. Almost half of them are test projects. In my project we …

visual-studio-2010 msbuild build-process multicore
visual studio building error: unresolved external symbol _IID_IWICImagingFactory (MFC static lib)

I wrote a porgram with a few standard dialogs in an SDI (Doc/View enabled) project. Now that I want …

c++ visual-studio visual-studio-2010 mfc unresolved-external
Managing project configurations in VS 2010

I'm working on a solution with multiple projects (class libraries, interop, web application, etc) in VS2010. For the web application, …

configuration visual-studio-2010 configuration-management
How to open .coverage file

I have created a .coverage file using Vsperfmon.exe I am currently using VS 2012 professional for web licensed edition. The .…

visual-studio-2010 perfmon
Uninstalling SQL Server Management Studio 2014 in Windows 8

I have a student who installed SQL Server 2014 with tools, but the Management Studio part did not install. There is …

sql sql-server visual-studio-2010 windows-8 sql-server-2014-express
x64 build: error MSB8013: This project doesn't contain the Configuration and Platform combination of Debug|Win32

I'm trying to get a pure x64 build running for a complex build with many solutions (some for CI, some …

c++ visual-studio-2010 msbuild vcxproj
Configuration With Same Name Already Exists

I have a solution with 10+ projects (VS2010 SP1). I have the following configurations defined in the solution: Debug Debug-QA Release-UAT …

visual-studio visual-studio-2010 deployment configuration
Visual Studio and FORTRAN working together?

I have recently started working on a project which is basically a GUI for a FORTRAN console application which runs …

visual-studio-2010 .net-4.0 fortran dllimport