Solution of => Unhandled exception rendering component: Could not resolve type with token 0100003d from typeref (expected class 'System.Globalization.CultureInfo' in assembly 'System.Runtime, Version=xxx, Culture=neutral, PublicKeyToken=xxx') #11
|
If meet this issue when launching a front-end program: |
Answered by
CuteLeon
Oct 19, 2021
Replies: 3 comments
|
Have no idea currently, working on this. |
0 replies
|
Raised Issue in https://github.com/dotnet/aspnetcore at dotnet/aspnetcore#37586 |
0 replies
|
Due to Publish Trimming function, trimming unused members from binary file. |
0 replies
Answer selected by
CuteLeon
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Due to Publish Trimming function, trimming unused members from binary file.
Issue resolved by Adding
<PublishTrimmed>false</PublishTrimmed>to Web project, but make published binary file bigger.