Top "Visual-studio-2010" questions

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

How do I run Visual Studio as an administrator by default?

I recently discovered that even while logged into my personal laptop as an administrator, Visual Studio does not run in …

.net visual-studio visual-studio-2010 installation
How to use Boost in Visual Studio 2010

What is a good step by step explanation on how to use the Boost library in an empty project in …

c++ visual-studio-2010 boost
Why doesn't Console.Writeline, Console.Write work in Visual Studio Express?

I just open a console application and I type Console.WriteLine("Test"); But the output window doesn't show this. I …

c# visual-studio-2010
Error Message : Cannot find or open the PDB file

I tried running sample programs provided at NVIDIA's official site. Most of the programs ran smoothly except few where I …

visual-studio-2010 cuda nvidia windows-7-x64
C++ Fatal Error LNK1120: 1 unresolved externals

What is causing this error? I google'd it and first few solutions I found were that something was wrong with …

c++ visual-studio-2010 main fatal-error
How do I fix a .NET windows application crashing at startup with Exception code: 0xE0434352?

I've built a .NET Windows Forms application in Visual Studio 2010. I also built a corresponding setup/install package via Visual …

c# .net winforms visual-studio-2010
Does not contain a static 'main' method suitable for an entry point

I began organizing my code to day into seperarate .cs files, and in order to allow the methods that work …

c# visual-studio-2010
Cannot import the keyfile 'blah.pfx' - error 'The keyfile may be password protected'

We just upgraded our Visual Studio 2008 projects to Visual Studio 2010. All of our assemblies were strong signed using a Verisign …

visual-studio-2010 visual-studio passwords pfx
How to Publish Web with msbuild?

Visual Studio 2010 has a Publish command that allows you to publish your Web Application Project to a file system location. …

asp.net visual-studio-2010 msbuild teamcity msdeploy
Targeting .NET Framework 4.5 via Visual Studio 2010

Today I installed the .NET Framework 4.5 on my machine expecting to be able to use it from Visual Studio 2010, since …

visual-studio-2010 visual-studio .net-4.5