Our development team mostly works on the same terminal server. We are working on an Outlook VSTO 2010 addin. We just migrated from "Visual Studio 2008/Office 2003/VSTO 2005" to "Visual Studio 2010/Office 2010/VSTO 2010". Attempting to debug the Add-In from Visual Studio results in the following error if any other user is running Outlook on the server:
Cannot debug the add-in because 'Outlook' is already running. Close 'Outlook' and then run the project again.
Before the software update, each developer could debug the app at the same time. Any ideas on a cause/solution?