question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Exception at startup with latest SDK

See original GitHub issue

Starting 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:closed
  • Created 4 years ago
  • Comments:6 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
JunTaoLuocommented, Nov 18, 2019

cc @jkotalik this is the issue we are seeing in the dependency updates.

0reactions
sebastienroscommented, Jan 15, 2020

Fixed in current version as dotnet/runtime is now used

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found