Visual Studio 2010 is an integrated development environment (IDE) from Microsoft.
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-2010When 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.1There'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-toolsHow 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 indentationPeriodically I am getting the following exception: Unable to load DLL 'SQLite.Interop.dll': The specified module could not be …
c# visual-studio-2010 sqliteI am running Visual Studio 2010 (as Admin), IIS 7 on Windows 7 x64. I am able to run the ASP.NET web …
asp.net .net visual-studio-2010 iis-7 visual-studio-debuggingI 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 nugetI 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-connectorI 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 sharpdevelopI'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