visual studio

How To Launch Visual Studio Always In Administrator Mode

For developing Windows Azure applications using Visual Studio 2010 you should launch Visual Studio 2010 with administrative privileges.  Otherwise you will be greeted with following error message when you try run an Azure application The Windows Azure compute emulator must be run elevated. Please restart Visual Studio in elevated administrator mode in order to run …

How To Launch Visual Studio Always In Administrator Mode Read More »

How To Fix: “Unable to attach. The binding handle is invalid” Visual Studio Error

Problem When you try to debug a solution in Visual Studio, you may get an error “Unable to attach. The binding handle is invalid”. This error does not stop you from running the solution, but it will not allow you to debug the code and none of breakpoints will stop the code execution. A kind …

How To Fix: “Unable to attach. The binding handle is invalid” Visual Studio Error Read More »

How To Resolve “Schema Compare does not support SQL Server 2008” Issue Of Visual Studio Team System 2008 Database Edition

I wanted to synchronize a SQL Server 2005 database with SQL Server 2008 database using Visual Studio Team System Database Edition. When the synchronization process is launched, Visual Studio 2008 flashed an error saying i don’t work with SQL Server 2008. The exact message displayed by the system is         Schema Compare does not support …

How To Resolve “Schema Compare does not support SQL Server 2008” Issue Of Visual Studio Team System 2008 Database Edition Read More »