My application is .Net Core I have custom tag helper, the project name is WebUI I added the following to _ViewImports.cshtml
@addTagHelper WebUI.TagHelpers.MenuLinkTagHelper,WebUI
I get this error
Cannot resolve TagHelper containing assembly 'WebUI'. Error: Could not load file or assembly 'WebUI, Culture=neutral, PublicKeyToken=null'. The system cannot find the file specified.