Top "Visual-studio-2010" questions

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

Copy file(s) from one project to another using post build event...VS2010

I have a solution with 3 projects in it. I need to copy a view from one project to another. I'm …

c# visual-studio-2010
Asp.net 4.0 has not been registered

When I try to open my Visual Studio project I get the following error: Asp.Net has not been registered …

visual-studio-2010 iis visual-studio-2012 iis-7 windows-8.1
Dark Theme for Visual Studio 2010 With Productivity Power Tools

There's a lot of new things going on in the Productivity Power Tools extensions, and I find that many of …

visual-studio-2010 visual-studio themes pro-power-tools
How to automatically indent source code?

How can I automatically indent source code in Visual Studio 2010? I have used Ctrl + K, Ctrl + F, but it does …

visual-studio-2010 visual-studio indentation
Unable to load DLL 'SQLite.Interop.dll'

Periodically I am getting the following exception: Unable to load DLL 'SQLite.Interop.dll': The specified module could not be …

c# visual-studio-2010 sqlite
This project references NuGet package(s) that are missing on this computer

I have an ASP.NET MVC5 application that worked yesterday and now I am getting this error when I try …

visual-studio-2010 visual-studio msbuild nuget
How to connect to a MySQL Data Source in Visual Studio

I use the MySQL Connector/Net to connect to my database by referencing the assembly (MySql.Data.dll) and passing …

mysql visual-studio-2010 datasource mysql-connector
Unable to connect to any of the specified mysql hosts. C# MySQL

I am getting the above error when I execute the code - MySqlConnection mysqlConn=new MySqlConnection("server=127.0.0.1;uid=pankaj;port=3306;…

c# mysql visual-studio-2010 sharpdevelop
What is going wrong when Visual Studio tells me "xcopy exited with code 4"

I'm not very familiar with post-build events, so I'm a little confused as to what's going wrong with my program. …

c# visual-studio-2010 visual-studio-2012 xcopy