Visual Studio 2017 HRESULT: 0x80070005 / E_ACCESSDENIED on project creation

前端 未结 6 819
清歌不尽
清歌不尽 2021-02-06 22:28

I\'m running Visual Studio 2017, version 15.0.0+26228.9

When I\'m trying to create a new project via File > New > Project... in Visual Studio 2017, I\'

6条回答
  •  青春惊慌失措
    2021-02-06 23:13

    I had the same error. I solved it by following the procedure :

    • Shutdown all instances of Visual Studio
    • Delete %LocalAppData%\Microsoft\VisualStudio\15.0_f4938f75\privateregistry.bin file (the ID after 15.0_ may be different per machines)
    • Start VS as normal user

    all credit for this should go to https://developercommunity.visualstudio.com/content/problem/31188/access-denied-error-1.html

提交回复
热议问题