Skip to content

Razor Tag Helper #38

Answered by Foxtrek64
Foxtrek64 asked this question in Q&A
Jan 13, 2021 · 2 comments · 6 replies
Discussion options

You must be logged in to vote

Solution was found:

The project didn't seem to know what assembly it belonged to. Adding an explicit AssemblyName declaration appears to have resolved the issue.

--- a/LuzFaltexWeb.csproj
+++ b/LuzFaltexWeb.csproj
@@ -3,6 +3,7 @@
   <PropertyGroup>
     <OutputType>Exe</OutputType>
     <TargetFramework>netcoreapp3.1</TargetFramework>
+    <AssemblyName>LuzFaltex.Web</AssemblyName>
   </PropertyGroup>

   <ItemGroup>

Replies: 2 comments 6 replies

Comment options

You must be logged in to vote
6 replies
@daveaglick
Comment options

@Foxtrek64
Comment options

@Foxtrek64
Comment options

@daveaglick
Comment options

@Foxtrek64
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by Foxtrek64
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants