I upgraded the site via the site with Kentico Installation Manager 9.0. I went through the modified log file and merge those changes, and fix anything I saw in the Custom Code.
When I load the site after running the upgrade I get following error.
Method not found: 'Void CMS.DataEngine.Module..ctor(CMS.Core.ModuleMetadata)'.
at Line 25 InitApplication() in the Global.asax.cs
I am testing in IIS Express VS2015.
I see nothing in debug, and not sure which direction to go with this error. Someone point me the right direction...
more info:
[TargetInvocationException: Exception has been thrown by the target of an invocation.]
System.RuntimeTypeHandle.CreateInstance(RuntimeType type, Boolean publicOnly, Boolean noCheck, Boolean& canBeCached, RuntimeMethodHandleInternal& ctor, Boolean& bNeedSecurityCheck) +0
System.RuntimeType.CreateInstanceSlow(Boolean publicOnly, Boolean skipCheckThis, Boolean fillCache, StackCrawlMark& stackMark) +113
System.RuntimeType.CreateInstanceDefaultCtor(Boolean publicOnly, Boolean skipCheckThis, Boolean fillCache, StackCrawlMark& stackMark) +206
System.Activator.CreateInstance(Type type, Boolean nonPublic) +83
System.Activator.CreateInstance(Type type) +11
CMS.Core.<>c__DisplayClass2.