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: |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
|
Have no idea currently, working on this. |
Beta Was this translation helpful? Give feedback.
-
|
Raised Issue in https://github.com/dotnet/aspnetcore at dotnet/aspnetcore#37586 |
Beta Was this translation helpful? Give feedback.
-
|
Due to Publish Trimming function, trimming unused members from binary file. |
Beta Was this translation helpful? Give feedback.
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.