Top "Visual-studio-2010" questions

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

How to enable C++11 compiler on visual studio 2010 express edition?

I am using tbb::parallel_for function which make use of lambdas. I am getting syntax errors with the following …

c++ visual-studio-2010 visual-c++ c++11 tbb
How can I upgrade my Sql Server CE 3.5 sdf database to Sql Server CE 4.0?

I need to update my SqlCE3.5 database to 4.0. I get the following error message when I'm trying to access my 3.5 …

visual-studio-2010 entity-framework-4 sql-server-ce sql-server-ce-4
NuGet upgrade issue

I have the version of NuGet that comes with MVC3 (1.0), but when I try to upgrade to the latest version (…

visual-studio-2010 visual-studio nuget
Error 175: The specified data store provider cannot be found

I'm using VS2010 with the MySQL .NET Connector. My project that used to work started reporting: Error 175: The specified data …

.net mysql visual-studio-2010 entity-framework dataprovider
.csproj multiple hint paths for an assembly

I'm packaging example code for an SDK distribution. In the distribution, the relative path from code to the SDK assemblies …

c# visual-studio-2010 msbuild csproj
Error while removing project dependency in VS2010

I have a large solution with number of projects. Some the projects depend on others (never a circular dependency though). …

visual-studio-2010 project dependency-properties
How do I install Crypto++ in Visual Studio 2010?

I downloaded http://www.cryptopp.com/#download 5.6.1 and have no clue that to do at this point. I am a …

c++ visual-studio-2010 crypto++
visual studio edit and continue does not work

In my project which is a hybrid project (in previous it was a web forms project that then we modified …

visual-studio-2010 debugging visual-studio-debugging
How to create a single setup.exe with InstallShield limited edition?

I am trying to create a single .exe file installer. I managed to get all the dependencies in to a .…

visual-studio-2010 installshield-le
Populating Listbox with data from SQL Server

I don't know what is happening to my program, it took me (4) four minutes to load the result of my …

sql-server vb.net visual-studio-2010 sql-server-2008 sql-server-2005-express