Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeUsing DNN Platf...Using DNN Platf...Upgrading DNN P...Upgrading DNN P...Problem upgrading from 6.00.2 to 6.1.2Problem upgrading from 6.00.2 to 6.1.2
Previous
 
Next
New Post
1/16/2012 10:06 AM
 

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!!!

 
New Post
1/16/2012 8:25 PM
 

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
 
New Post
1/23/2012 7:12 PM
 
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

 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Upgrading DNN P...Upgrading DNN P...Problem upgrading from 6.00.2 to 6.1.2Problem upgrading from 6.00.2 to 6.1.2


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out