Razor HTML Helpers giving intellisense errors in Nop Commerce Plugin

前端 未结 3 740
心在旅途
心在旅途 2021-02-10 17:04

I am writing a plugin for Nop Commerce and my HTML helpers are giving me intellisense errors. I get red lines underlining them and the errors:

Feature \'extension method

3条回答
  •  天命终不由人
    2021-02-10 17:14

    The project needs to know its in plugin development

    1: Close your solution 2: open your *.csproj file with any editor 3: Add the following near the end of the project closing tag

    
    

    4: reload the solution/project

提交回复
热议问题