-
Notifications
You must be signed in to change notification settings - Fork 758
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug]: Upgrading DNN after 2sxc install results in Microsoft.Bcl.AsyncInterfacesversion mismatch (8 vs 9) #6421
Comments
Unfortunately, upgrading between RCs is not a supported scenario |
I don't think an Release Candidate can or should be upgraded. If it helps, in my clean install of RC2, |
It's actually not related (to upgrading RCs). |
I can verify the above (from @enfJoao), DNN 9.13.07 has v9.0.24.52809 and DNN v10 RC2 has v8.0.23.53103. So it does seem like there is a problem here that needs to be addressed. |
Ultimately, DNN needs to create a new upgrade process to account for assemblies required for the install/upgrade process. As it currently stands, manual steps are required if upgrading a site that has changed the version of any assembly shipped in the upgrade package. |
I am not great at hunting these things down, but it looks like this DLL is only used by some tests in one of the PersonaBar packages. So maybe it is something that should NOT be in a running DNN site? |
It's definitely tricky to track down, but it's a dependency of some other dependencies, not only in tests (which I know because I was wrestling with these dependencies quite a bit last week). |
Is there an existing issue for this?
What happened?
Working DNN10 RC1.
Only extensions in use are 2sxc and DNN tokens.
Steps to reproduce?
Upgrade DNN 10.0.0 after installing 2sxc.
Current Behavior
No response
Expected Behavior
No response
Relevant log output
Anything else?
No response
Affected Versions
10.0.0 (RC)
What browsers are you seeing the problem on?
Firefox
Code of Conduct
The text was updated successfully, but these errors were encountered: