The 'ProviderPackage' package did not load correctly

前端 未结 19 1147
春和景丽
春和景丽 2020-12-04 10:57

I installed Visual Studio 2012 and at a later date Update 2. After installing Update 2, when I load any project, I get the following error:

19条回答
  •  误落风尘
    2020-12-04 11:35

    For me the ActivityLog.xml stated

    Access to the path 'C:\Users\Klas\Documents\Visual Studio
    2015\ArchitectureExplorer' is denied.
    

    When I examined this folder I realized that the entire folder structure here

    C:\Users\Klas\Documents\Visual Studio 2015
    

    had permission set so that my user had no write permissions. I added Full Control rights to my user for this folder and everything below.

    After that, the message went away. Also, when I started Visual Studio it created lots of subfolders to this folder.

提交回复
热议问题