Hi, I have installed Kentico.AcceleratedMobilePages -Version 12 in Kentico 12 MVC 5 project. After rebuilding the solution I am getting the below error:
Could not load file or assembly 'CMS.Base.Web.UI, Version=12.0.0.0, Culture=neutral, PublicKeyToken=834b12a258f213f9' or one of its dependencies. The system cannot find the file specified.
Stack Trace
[FileNotFoundException: Could not load file or assembly 'CMS.Base.Web.UI, Version=12.0.0.0, Culture=neutral, PublicKeyToken=834b12a258f213f9' or one of its dependencies. The system cannot find the file specified.]
System.Reflection.CustomAttribute._CreateCaObject(RuntimeModule pModule, IRuntimeMethodInfo pCtor, Byte** ppBlob, Byte* pEndBlob, Int32* pcNamedArgs) +0
System.Reflection.CustomAttribute.CreateCaObject(RuntimeModule module, IRuntimeMethodInfo ctor, IntPtr& blob, IntPtr blobEnd, Int32& namedArgs) +49
System.Reflection.CustomAttribute.GetCustomAttributes(RuntimeModule decoratedModule, Int32 decoratedMetadataToken, Int32 pcaCount, RuntimeType attributeFilterType, Boolean mustBeInheritable, IList derivedAttributes, Boolean isDecoratedTargetSecurityTransparent) +874
System.Reflection.CustomAttribute.GetCustomAttributes(RuntimeAssembly assembly, RuntimeType caType) +149
CMS.Core.TypeManager.PreInitializeTypes(Assembly assembly) +292
CMS.Core.TypeManager.PreInitializeTypes() +241
CMS.Core.ModuleEntryManager.PreInit() +26
CMS.Core.AppCore.PreInit() +133
CMS.DataEngine.CMSApplication.PreInit() in D:\CMS\MAIN\CMSSolution\DataEngine\Application\CMSApplication.cs:197
Kentico.Web.Mvc.ApplicationBootstrapper.Run() +57
[InvalidOperationException: The pre-application start initialization method Run on type Kentico.Web.Mvc.ApplicationBootstrapper threw an exception with the following error message: Could not load file or assembly 'CMS.Base.Web.UI, Version=12.0.0.0, Culture=neutral, PublicKeyToken=834b12a258f213f9' or one of its dependencies. The system cannot find the file specified..]
System.Web.Compilation.BuildManager.InvokePreStartInitMethodsCore(ICollection1 methods, Func
1 setHostingEnvironmentCultures) +890
System.Web.Compilation.BuildManager.InvokePreStartInitMethods(ICollection`1 methods) +167
System.Web.Compilation.BuildManager.CallPreStartInitMethods(String preStartInitListPath, Boolean& isRefAssemblyLoaded) +133
System.Web.Compilation.BuildManager.ExecutePreAppStart() +178
System.Web.Hosting.HostingEnvironment.Initialize(ApplicationManager appManager, IApplicationHost appHost, IConfigMapPathFactory configMapPathFactory, HostingEnvironmentParameters hostingParameters, PolicyLevel policyLevel, Exception appDomainCreationException) +746
[HttpException (0x80004005): The pre-application start initialization method Run on type Kentico.Web.Mvc.ApplicationBootstrapper threw an exception with the following error message: Could not load file or assembly 'CMS.Base.Web.UI, Version=12.0.0.0, Culture=neutral, PublicKeyToken=834b12a258f213f9' or one of its dependencies. The system cannot find the file specified..]
System.Web.HttpRuntime.FirstRequestInit(HttpContext context) +552
System.Web.HttpRuntime.EnsureFirstRequestInit(HttpContext context) +122
System.Web.HttpRuntime.ProcessRequestNotificationPrivate(IIS7WorkerRequest wr, HttpContext context) +
Please Help me with this.