Razor intellisense error: Feature 'extension method' cannot be used because it is not part of the ISO-2 C# language specification

后端 未结 6 520
粉色の甜心
粉色の甜心 2020-12-02 23:21

Goal:

  • Use cshtml Razor templates to format data
  • Embed cshtml Razor templates in Class Library as Embedded Resources
6条回答
  •  借酒劲吻你
    2020-12-02 23:50

    The key of solving this issue is adding the following tag to your app.config or web.config

    
        
    
    

    Note: In some cases, unloading and reloading the project is required.

提交回复
热议问题