-
Notifications
You must be signed in to change notification settings - Fork 1
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
Install on clean DNN 9.8.0 errors #2
Comments
DNN 9.8.0 is shipped with |
Removing |
Installing R7.University 2.7.1 after that produces following error. Probably will require binding redirect:
|
After adding binding redirect: <dependentAssembly xmlns="urn:schemas-microsoft-com:asm.v1">
<assemblyIdentity name="Microsoft.Extensions.DependencyInjection" publicKeyToken="adb9793829ddae60" />
<bindingRedirect oldVersion="0.0.0.0-1.1.0.0" newVersion="2.1.1.0" />
</dependentAssembly>
<dependentAssembly xmlns="urn:schemas-microsoft-com:asm.v1">
<assemblyIdentity name="Microsoft.Extensions.DependencyInjection.Abstractions" publicKeyToken="adb9793829ddae60" />
<bindingRedirect oldVersion="0.0.0.0-1.1.0.0" newVersion="2.1.1.0" />
</dependentAssembly> Launchpad produces following error:
|
Installing 2sxc (e.g. 11.04.00) prior to R7.Dnn.Extensions.EFCore fixes the issue with R7.University due to proper binding redirects and moving required assemblies into Proper solution is to adopt assembly binding code from 2sxc manifest: In the future releases, this approach could allow to loosen implicit 2sxc relationship. |
The text was updated successfully, but these errors were encountered: