Visual Studio 2010 is an integrated development environment (IDE) from Microsoft.
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-2010I 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 msbuildI 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-designerI 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-restoreI 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-libraryI am coming from PetaPoco camp. PetaPoco has a T4 template which generates model from the database. Is anything similar …
visual-studio-2010 dapper micro-ormI am trying to publish my project from my development machine to the staging environment. I would right click the …
c# visual-studio-2010 publishI'm building my VS2010 solution and in output window there is an error just for one project. In error tab: …
visual-studio-2010 typelibI 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 lnk2019The 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