Could not load file or assembly 'Microsoft.VisualStudio.Web.PageInspector.Loader

后端 未结 14 1784
清酒与你
清酒与你 2020-12-12 23:31
Could not load file or assembly \'Microsoft.VisualStudio.Web.PageInspector.Loader, Version=1.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a\' or one of its depen         


        
相关标签:
14条回答
  • 2020-12-13 00:08

    it solved the problem on at my end by applying the approved solution in this thread.

    modifying the following two files, and removing Microsoft.VisualStudio.Web.PageInspector.Loader resolved the issue.

    C:\Windows\Microsoft.NET\Framework\v4.0.30319\Config\web.config
    C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Config\web.config
    
    0 讨论(0)
  • 2020-12-13 00:11

    No need to remove those lines
    Just close and reopen the Visual studio with Admin privileges.

    0 讨论(0)
提交回复
热议问题