Top "Visual-studio-2010" questions

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

Can't include Winsock2.h in MSVC 2010

I cannot include WinSock2.h in a msvc++2010 project. At first I though it was something I was doing wrong, …

visual-c++ winsock2 visual-studio-2010
What does BootstrapperPackage mean inside the *.csproj project

I am upgrading lots of C# projects from vs.net 2008 to vs.net 2010 rc. I notice that the upgrade creates …

c# visual-studio-2010 msbuild
How to resolve VS2010 Windows Form Designer issue (base class could not be loaded)

I have recently been getting an error in the Windows Forms designer of VS2010SP1 when using inherited UserControls. The …

.net winforms visual-studio-2010 windows-forms-designer
Error when trying to enable NuGet Package Restore in new Solution

I am getting an error when trying to enable package restore in a new solution I just created. The error …

visual-studio visual-studio-2010 visual-studio-2012 nuget nuget-package-restore
Setting up Point Cloud Library with Visual Studio

I am trying to use the Point Cloud Library with Visual Studio. I downloaded the all-in-one 64 bit installer, Visual Studio 10 …

visual-studio-2010 point-cloud-library
How to generate model from database using Dapper?

I am coming from PetaPoco camp. PetaPoco has a T4 template which generates model from the database. Is anything similar …

visual-studio-2010 dapper micro-orm
Visual Studio: Unable to add to the Web site... Unable to add file... Access is denied Error 550

I am trying to publish my project from my development machine to the staging environment. I would right click the …

c# visual-studio-2010 publish
Visual Studio 2010 - TYPE_E_REGISTRYACCESS

I'm building my VS2010 solution and in output window there is an error just for one project. In error tab: …

visual-studio-2010 typelib
ERROR LNK2019:unresolved external symbol, c++

I have written a template class, for a map/dictionary data structure, and keep getting this strange error (ERROR LNK2019:…

c++ visual-studio-2010 linker-errors lnk2019
Edit and continue feature stopped working in Visual Studio 2010

The Visual Studio Edit and Continue feature stopped on Visual Studio 2010, and I don't know what has caused the problem. …

c# visual-studio-2010 debugging edit-and-continue