Encountered an unexpected error when attempting to resolve tag helper directive '@addTagHelper'

前端 未结 3 1220
有刺的猬
有刺的猬 2021-01-31 07:18

I\'m using Visual Studio 2015 Community edition, and I\'ve created an ASP.NET MVC 5 project.

When I open a view (Index of Home or any other), i

3条回答
  •  忘了有多久
    2021-01-31 07:55

    Here's how I fixed the issue:

    First, reset the Visual Studio Component Cache by closing Visual Studio and deleting this folder:

    C:\Users\[Username]\AppData\Local\Microsoft\VisualStudio\14.0\ComponentModelCache

    And finally, check the web.config files and change:

    
        
        ...
    
    

    to

    
        
        ...
    
    

提交回复
热议问题