If you have already installed VS2012 and at a later Update to new a Service Pack or Installing VS2013, when you load any project, you may get the following error:
--------------------------- Microsoft Visual Studio --------------------------- The 'ProviderPackage' package did not load correctly. The problem may have been caused by a configuration change or by the installation of another extension. You can get more information by examining the file 'C:\Users\username\AppData\Roaming\Microsoft\VisualStudio\11.0\ActivityLog.xml'. Continue to show this error message? Yes No
To resolve the issue you may follow the following steps:
- Close All of the instance of Visual Studio.
- Open a Developer Command Prompt for VS 2012 (as administrator).
- Type devenv/setup.
- Restart Visual Studio.
Please send me your feedback about the process. I have already tried this one and it worked for me… 🙂

Leave a comment