Exception at startup with latest SDK
See original GitHub issueStarting an ASP.NET application targeting netcoreapp5.0 with recent SDKs (since last week between Wednesday 13th and Thursday 14th) triggers:
Job failed at runtime:
Unhandled exception. System.IO.FileLoadException: Could not load file or assembly 'System.Runtime, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'. The located assembly's manifest definition does not match the assembly reference. (0x80131040)
File name: 'System.Runtime, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'
Latest known version to work for me is:
e6edf2d93f8491a21aa4b0b32e2a55dacb8ef9c2
5.0.100-alpha1-015721
Could repro with at least 5.0.100-alpha1-015731
but I don’t have the list of versions in between to be more precise.
Issue Analytics
- State:
- Created 4 years ago
- Comments:6 (5 by maintainers)
Top Results From Across the Web
Exception by Android Studio on startup - java
I installed Android SDK along with the IDE yesterday (the complete package). I use Ubuntu 14.04 LTS. However when i launched it today...
Read more >Startup Error SDK Exception - Enterprise Software
'SDK Exception' happens mostly when Adapter tester is not able to refer to this global variables. Please verify whether the global variables ...
Read more >Exception handling for the AWS SDK for Java 2.x
Learn how to handle exceptions thrown by the AWS SDK for Java 2.x. ... AwsServiceException is a subclass of the more general SdkServiceException...
Read more >Dependency Injection related exceptions at IIS app pool ...
NET SDK, and using the new dependency injection extension, we've been running into two intermittent issues that appear to be related to the ......
Read more >Capturing Startup exceptions · Issue #392
Hello, Not really an issue, but rather a question: is there a way to capture exceptions that happen in the Startup method and...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
cc @jkotalik this is the issue we are seeing in the dependency updates.
Fixed in current version as dotnet/runtime is now used