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.

An unhandled exception after updating to 2.0.0-rc1-0733

See original GitHub issue

My project has updated to the version 2.0.0-rc1-0733 of OpenIddict today (we set version as “2.0.0-*” to always compile against the latest update). We modified our implementation for stores and replaced all arrays used there with ImmutableArray.
Then we compiled and ran the project. The app runs well but during the token exchange process we got the following exception:

An unhandled exception of type 'System.ExecutionEngineException' occurred in AspNet.Security.OpenIdConnect.Extensions.dll

The exception occurs during controller’s SingIn method call.

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:15 (8 by maintainers)

github_iconTop GitHub Comments

3reactions
kevinchaletcommented, Oct 12, 2017

As announced on Gitter, I had to introduce API changes in ASOS 2.0.0-rc1 for OpenIddict RC1, which required rebuilding the 2.0.0-rc1-final version. Can you please remove the ASOS bits from your .nuget\packages folder and try again?

2reactions
kevinchaletcommented, Oct 12, 2017

Here are the packages you must remove before restoring:

image

Read more comments on GitHub >

github_iconTop Results From Across the Web

Unhandled exception after installing rebuilt C# project
I'm trying to build/rebuild an old C# project at work which needs to be modernised. It runs as a Windows service. I made...
Read more >
How to Fix the 'Unhandled Exception Has Occurred ... - YouTube
How to Fix the ' Unhandled Exception Has Occurred in Your Application' Error In Windows 10/8/7 [Tutorial] Unhandled exception has occurred in ...
Read more >
Exceptions cause ASP.NET apps to quit
When an unhandled exception is thrown in a ASP. ... NET Framework 2.0 and later versions, the application unexpectedly quits.
Read more >
javascript unhandled exception after VS update
I recently applied an update to Visual Studio (VS) (version 15.4.2) and now I'm suddenly getting an unhandled exception in this javascript ...
Read more >
IIS error after Windows update
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the ...
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