|
|
|
|
Joined: 1/16/2012
Posts: 2
|
|
|
Hey every time I try and upgrade from 6.0.2 to 6.1.2 I get an error while upgrading. I have done everything I know that I can possibly do from my end. I have even tried installing the full version, however, I still get errors. I have followed the guide from the original 6.00.00 to 6.00.02 and successfully upgraded but when going from 6.00.02 to 6.01.02 this is the error i Get:
Server Error in '/' Application.
Could not load file or assembly 'Telerik.Web.UI' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.IO.FileLoadException: Could not load file or assembly 'Telerik.Web.UI' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below. |
Assembly Load Trace: The following information can be helpful to determine why the assembly 'Telerik.Web.UI' could not be loaded.
WRN: Assembly binding logging is turned OFF. To enable assembly bind failure logging, set the registry value [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1. Note: There is some performance penalty associated with assembly bind failure logging. To turn this feature off, remove the registry value [HKLM\Software\Microsoft\Fusion!EnableLog].
|
Stack Trace:
[FileLoadException: Could not load file or assembly 'Telerik.Web.UI' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)] [FileLoadException: Could not load file or assembly 'Telerik.Web.UI, Version=2011.2.712.35, Culture=neutral, PublicKeyToken=121fae78165ba3d4' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)] System.Reflection.Assembly._nLoad(AssemblyName fileName, String codeBase, Evidence assemblySecurity, Assembly locationHint, StackCrawlMark& stackMark, Boolean throwOnFileNotFound, Boolean forIntrospection) +0 System.Reflection.Assembly.nLoad(AssemblyName fileName, String codeBase, Evidence assemblySecurity, Assembly locationHint, StackCrawlMark& stackMark, Boolean throwOnFileNotFound, Boolean forIntrospection) +43 System.Reflection.Assembly.InternalLoad(AssemblyName assemblyRef, Evidence assemblySecurity, StackCrawlMark& stackMark, Boolean forIntrospection) +127 System.Reflection.Assembly.InternalLoad(String assemblyString, Evidence assemblySecurity, StackCrawlMark& stackMark, Boolean forIntrospection) +142 System.Reflection.Assembly.Load(String assemblyString) +28 System.Web.Configuration.CompilationSection.LoadAssemblyHelper(String assemblyName, Boolean starDirective) +46 [Configurati sException: Could not load file or assembly 'Telerik.Web.UI, Version=2011.2.712.35, Culture=neutral, PublicKeyToken=121fae78165ba3d4' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)] System.Web.Configuration.CompilationSection.LoadAssemblyHelper(String assemblyName, Boolean starDirective) +613 System.Web.Configuration.CompilationSection.LoadAllAssembliesFromAppDomainBinDirectory() +203 System.Web.Configuration.CompilationSection.LoadAssembly(AssemblyInfo ai) +105 System.Web.Compilation.BuildManager.GetReferencedAssemblies(CompilationSection compConfig) +178 System.Web.Compilation.BuildProvidersCompiler..ctor(VirtualPath configPath, Boolean supportLocalization, String outputAssemblyName) +54 System.Web.Compilation.CodeDirectoryCompiler.GetCodeDirectoryAssembly(VirtualPath virtualDir, CodeDirectoryType dirType, String assemblyName, StringSet excludedSubdirectories, Boolean isDirectoryAllowed) +600 System.Web.Compilation.BuildManager.CompileCodeDirectory(VirtualPath virtualDir, CodeDirectoryType dirType, String assemblyName, StringSet excludedSubdirectories) +125 System.Web.Compilation.BuildManager.CompileResourcesDirectory() +31 System.Web.Compilation.BuildManager.EnsureTopLevelFilesCompiled() +304 [HttpException (0x80004005): Could not load file or assembly 'Telerik.Web.UI, Version=2011.2.712.35, Culture=neutral, PublicKeyToken=121fae78165ba3d4' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)] System.Web.Compilation.BuildManager.ReportTopLevelCompilationException() +58 System.Web.Compilation.BuildManager.EnsureTopLevelFilesCompiled() +512 System.Web.Hosting.HostingEnvironment.Initialize(ApplicationManager appManager, IApplicationHost appHost, IConfigMapPathFactory configMapPathFactory, HostingEnvironmentParameters hostingParameters) +729 [HttpException (0x80004005): Could not load file or assembly 'Telerik.Web.UI, Version=2011.2.712.35, Culture=neutral, PublicKeyToken=121fae78165ba3d4' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)] System.Web.HttpRuntime.FirstRequestInit(HttpContext context) +8921851 System.Web.HttpRuntime.EnsureFirstRequestInit(HttpContext context) +85 System.Web.HttpRuntime.ProcessRequestNotificationPrivate(IIS7WorkerRequest wr, HttpContext context) +333
|
Any Suggestions would greatly be appreciated!!! THANKS!!!
|
|
|
|
| |
|
|
|
www.wesnetdesigns.com Joined: 2/18/2005
Posts: 3253
|
|
|
The failures are most likely being caused by insufficient permissions being granted to the ASP.Net worker process account to modify web.config located in the root of the site installation or (in the case of upgrade failure) by a web.config which contains non-standard elements such as <location>.
You should be able to correct the server error following the failed upgrade as follows:
1. Verify that the version of the Telerik.Web.UI.dll assembly located in the site's /bin folder is 2011.2.915.35. If it is an earlier version, extract the correct assembly (dll file) from the upgrade package's /Install/Module/Telerik_06.01.00_Install.zip package and place it in the site/s /bin folder replacing the earlier version of Telerik.Web.UI.dll.
2. Modify the site's web.config file to include the following bindingRedirect element inside of the <runtime><assemblyBinding> section:
<dependentAssembly>
<assemblyIdentity name="Telerik.Web.UI" publicKeyToken="121fae78165ba3d4" />
<bindingRedirect oldVersion="2008.0.0.0-2020.0.0.0" newVersion="2011.2.915.35" />
</dependentAssembly>
3. If the upgrade failure was caused by insufficient permissions to modify web.config, you will want to be sure that no other errors were noted during the upgrade and that all other functions of the site are working as expected. If other errors occurred during the upgrade it is best to roll back to v 6.0.2 using the file system and database backups you hopefully made prior to the upgrade then correcting any permissions issues and then retrying the upgrade.
Bill, WESNet Designs
Team Lead - DotNetNuke Gallery Module Project (Not Actively Being Developed)
Extensions Forge Projects . . .
Current: UserExport, ContentDeJour, ePrayer, DNN NewsTicker, By Invitation
Coming Soon: FRBO-For Rent By Owner
|
|
|
|
| |
|
|
|
Joined: 1/16/2012
Posts: 2
|
|
|
William Severance wrote:
The failures are most likely being caused by insufficient permissions being granted to the ASP.Net worker process account to modify web.config located in the root of the site installation or (in the case of upgrade failure) by a web.config which contains non-standard elements such as .
You should be able to correct the server error following the failed upgrade as follows:
1. Verify that the version of the Telerik.Web.UI.dll assembly located in the site's /bin folder is 2011.2.915.35. If it is an earlier version, extract the correct assembly (dll file) from the upgrade package's /Install/Module/Telerik_06.01.00_Install.zip package and place it in the site/s /bin folder replacing the earlier version of Telerik.Web.UI.dll.
2. Modify the site's web.config file to include the following bindingRedirect element inside of the section:
3. If the upgrade failure was caused by insufficient permissions to modify web.config, you will want to be sure that no other errors were noted during the upgrade and that all other functions of the site are working as expected. If other errors occurred during the upgrade it is best to roll back to v 6.0.2 using the file system and database backups you hopefully made prior to the upgrade then correcting any permissions issues and then retrying the upgrade.
William:
I have tried everything to get this to update. I have even changed the webconfig to say those exact things even though the others were commented out. I have checked to see if the .dll file was there, which it is. i have even tried a fresh install. I still get an error page. Is there any other solution to this?
I have also contacted my hoster (1&1) which i doubt will go anywhere.
Thanks in advance for the help!
Tyler
|
|
|
|
| |