[Bug]: v10.2.1 to v10.2.2 Upgrade - StackOverflow Exception with DnnSharp.Common2 installed #7031
Replies: 1 comment
-
|
I will move this into a discussion since it involves a product that is not open source, you might get more help from https://www.plantanapp.com/ to begin, if they find some unpredicted breaking change, they can submit a PR to this open source project. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Is there an existing issue for this?
What happened?
We are attempting to upgrade a site from v10.2.1 to v10.2.2
The site is operating normally until we drop the upgrade files into the site folder, at which point the site starts returning a 503 error and refuses to start,
With a debugger attached, there is a stack overflow exception during Dependency Injection resolution, which appears to be stuck in a loop.
We tracked it back to having the DnnSharp.Common2.dll file version 5.24.5 in the site's BIN folder. Removing this file allows the site to start up.
Steps to reproduce?
Current Behavior
When attempting to begin the upgrade process we are seeing a 503 error returned by IIS
Expected Behavior
I expected the upgrade process to begin and progress as normal.
Relevant log output
-- REDACTED --
Anything else?
StackTrace.txt
Affected Versions
10.2.2 (latest v10 release)
What browsers are you seeing the problem on?
Chrome
Code of Conduct
Beta Was this translation helpful? Give feedback.
All reactions