Replies: 1 comment 1 reply
-
Please follow the suggested upgrade path as outlined in the documentation. An intermediate upgrade step can prevent these issues. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, when copy/pasting upgrade files into my website folder and then going the the /install/upgradwizard.aspx, I have many errors in my log.
I guess it is because in my bin folder, I have System.Web.Http version 5.2.3 and not 5.2.7.
But I dont know how to update this file. I did update extensions I had : 2sxc and CKEditor.
Why can't I find the newer version of System.Web.Http in the upgrade /bin folder ?
Thanks.
Here is the error I get. This error is repeated for many other services.
[Thread:40][ERROR] DotNetNuke.Web.DependencyInjectionInitialize - Unable to configure services for DotNetNuke.Modules.CoreMessaging, Version=9.5.0.0, Culture=neutral, PublicKeyToken=null, see exception for details
LoaderException: Could not load file or assembly 'System.Web.Http, Version=5.2.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)
System.Reflection.ReflectionTypeLoadException: Unable to load one or more of the requested types. Retrieve the LoaderExceptions property for more information.
at System.Reflection.RuntimeModule.GetTypes(RuntimeModule module)
at System.Reflection.Assembly.GetTypes()
at DotNetNuke.DependencyInjection.Extensions.TypeExtensions.SafeGetTypes(Assembly assembly, ILog logger)
Beta Was this translation helpful? Give feedback.
All reactions