Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
725
Application Stylist Add-in for VS2010
posted

Hello,

after having installed the application stylist add-in within VS2010, the following error was thrown:

Error code: 80131515 , Error message: unknown
Error text: The Addin Application Stylist Configuration Dialog cannot be loaded or raised an exception

I also found a solution for this issue:

edit file C:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE\devenv.exe.config, and add the following setting at the end of section <runtime>:

<loadFromRemoteSources enabled="true"/>