I just installed Visual Studio 2010 yesterday. As part of this, I installed VSTO 4.0. Now, when I launch any Office application, my VSTO 3.0 add-ons do not load. Error in the event log
User URI: file: /// H: /PathToMyAddin/MyAddin.vsto Exception: in the configuration there are no permissions necessary to create the application domain.
Microsoft.VisualStudio.Tools.Applications.Runtime.CannotCreateCustomizationDomainException: In the configuration, there is no permission required to create the application domain. ---> System.Security.SecurityException: Individual functions in this application will not work, because the administrator listed File: /// H: /PathToMyAddin/MyAddin.vsto as untrustworthy. Contact your administrator for further assistance. at Microsoft.VisualStudio.Tools.Office.Runtime.RuntimeUtilities.VerifySolutionUri (Uri uri) at Microsoft.VisualStudio.Tools.Office.Runtime.DomainCreator.CreateCustomizationDomainInternal (String solutionLocation, String manifestName, String documentNamerpurmenterpumentleurpumentleurpumentleurpumentleurpumentleurpluentrlementpluentrturpu Contractor) The build zone that failed was: MyComputer
This seems to be due to the fact that trying to download another version of .NET is the same process / AppDomain. However, an error indicates that this is a permission issue.
ms-office vsto office-interop
Jacob adams
source share