Top "Visual-studio-2010" questions

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

Include MajorVersion etc in filename (OutputName) when building MSI file (wix project)

In my Defines.wxi I have: <?define MajorVersion="1" ?> <?define MinorVersion="08" ?> <?define BuildVersion="11" ?> In my …

visual-studio-2010 msbuild wix windows-installer
How do I get node-gyp to work on Windows 7 platform

My attempts to use node-gyp on a Windows 7 + Node.js platform have failed [3] when attempting to compile the standard "Hello …

windows visual-studio-2010 node.js node-gyp contextify
Tutorial for Install Shield 2010 Limited Edition VS 2010?

Does anyone have a tutorial that they could point me too. I am kinda confused about some of the steps …

visual-studio-2010 installshield-le
Why do we use `#include "stdafx.h"` instead of `#include <stdafx.h>`?

From here, it is said that: For #include "filename" the preprocessor searches in the same directory as the file containing …

c++ visual-studio-2010 include header-files directive
Add NuGet Packages Folder to Solution File?

Nuget puts the package in my root folder(in my case my trunk folder). I am wondering is there a …

visual-studio-2010 nuget packages solution ankhsvn
How do I target .NET 4.0.3 on XP using Visual Studio 2012? Application fails to run with "not a valid Win32 application"

I have a large application targeting .NET 4.0.3 that needs to run on XP. It builds fine using Visual Studio 2010 SP1 …

.net visual-studio-2010 windows-7 windows-xp visual-studio-2012
vshost32.exe has stopped working when I call the ShowDialog method of OpenFileDialog

I've a c# application, I'm doing a final test of it. But now, a function which has worked everytimes until …

c# wpf visual-studio-2010 vshost.exe
Visual Studio slow in Virtualbox

Like really really slow. I've got a 64 bit, 8 cores, 12 gig ram windows 7 host. I gave 4 cores and 4 gigs of ram …

visual-studio-2010 windows-7 virtualization virtualbox
Why do I need ILK, PDB and EXP files?

I have downloaded some dll files and with it came also pdb, exp and ilk files. Now I need to …

windows visual-studio-2010 dll operating-system pdb
How to use functions from different C++ projects in Visual Studio 2010?

I would like to build two C++ projects in the same solution in Visual Studio 2010 that can interact with each …

c++ visual-studio-2010 include unresolved-external multiple-projects