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

HomeHomeGetting StartedGetting StartedInstalling DNN ...Installing DNN ...Upgrade Runtime error v5.2 to v 5.5Upgrade Runtime error v5.2 to v 5.5
Previous
 
Next
New Post
11/13/2010 8:13 PM
 
I followed the upgrade procedures that Erik van Ballegoij posted  6/12/2007 figuring from the latest info that this was the best info out there on upgrading.  Now i have a 500 run time error!

Please advise on precisely what/how to fix the error!

here is the Stack trace: 

Server Error in '/' Application.

Could not load file or assembly 'Telerik.Web.UI' or one of its dependencies. The system cannot find the file specified.

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.FileNotFoundException: Could not load file or assembly 'Telerik.Web.UI' or one of its dependencies. The system cannot find the file specified.

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:

[FileNotFoundException: Could not load file or assembly 'Telerik.Web.UI' or one of its dependencies. The system cannot find the file specified.] System.RuntimeTypeHandle._GetTypeByName(String name, Boolean throwOnError, Boolean ignoreCase, Boolean reflectionOnly, StackCrawlMark& stackMark, Boolean loadTypeFromPartialName) +0 System.RuntimeTypeHandle.GetTypeByName(String name, Boolean throwOnError, Boolean ignoreCase, Boolean reflectionOnly, StackCrawlMark& stackMark) +64 System.RuntimeType.PrivateGetType(String typeName, Boolean throwOnError, Boolean ignoreCase, Boolean reflectionOnly, StackCrawlMark& stackMark) +58 System.Type.GetType(String typeName, Boolean throwOnError, Boolean ignoreCase) +65 System.Web.Compilation.BuildManager.GetType(String typeName, Boolean throwOnError, Boolean ignoreCase) +342 System.Web.Configuration.ConfigUtil.GetType(String typeName, String propertyName, ConfigurationElement configElement, XmlNode node, Boolean checkAptcaBit, Boolean ignoreCase) +52 [ConfigurationErrorsException: Could not load file or assembly 'Telerik.Web.UI' or one of its dependencies. The system cannot find the file specified.] System.Web.Configuration.ConfigUtil.GetType(String typeName, String propertyName, ConfigurationElement configElement, XmlNode node, Boolean checkAptcaBit, Boolean ignoreCase) +351 System.Web.Configuration.Common.ModulesEntry..ctor(String name, String typeName, String propertyName, ConfigurationElement configElement) +56 System.Web.HttpApplication.BuildIntegratedModuleCollection(List`1 moduleList) +122 System.Web.HttpApplication.GetModuleCollection(IntPtr appContext) +1219 System.Web.HttpApplication.RegisterEventSubscriptionsWithIIS(IntPtr appContext, HttpContext context, MethodInfo[] handlers) +97 System.Web.HttpApplication.InitSpecial(HttpApplicationState state, MethodInfo[] handlers, IntPtr appContext, HttpContext context) +188 System.Web.HttpApplicationFactory.GetSpecialApplicationInstance(IntPtr appContext, HttpContext context) +295 System.Web.HttpApplicationFactory.GetPipelineApplicationInstance(IntPtr appContext, HttpContext context) +56 System.Web.Hosting.PipelineRuntime.InitializeApplication(IntPtr appContext) +231 [HttpException (0x80004005): Could not load file or assembly 'Telerik.Web.UI' or one of its dependencies. The system cannot find the file specified.] System.Web.HttpRuntime.FirstRequestInit(HttpContext context) +8895391 System.Web.HttpRuntime.EnsureFirstRequestInit(HttpContext context) +85 System.Web.HttpRuntime.ProcessRequestNotificationPrivate(IIS7WorkerRequest wr, HttpContext context) +333 


Version Information: Microsoft .NET Framework Version:2.0.50727.3615; ASP.NET Version:2.0.50727.4049
 
New Post
11/13/2010 9:24 PM
 
You need to copy the telerik DLL from the install/provider folder there's a TelerikEditorProvider_05.04.02_Install.zip file and a DLL there in the BIN folder.

Put that in the BIN folder of your website

I don't know why, but some upgrades don't get that DLL properly, I've never had that problem with the 15 DNN sites I run, but it appears to be common.

Chris Hammond
Former DNN Corp Employee, MVP, Core Team Member, Trustee
Christoc.com Software Solutions DotNetNuke Module Development, Upgrades and consulting.
dnnCHAT.com a chat room for DotNetNuke discussions
 
New Post
11/14/2010 8:30 PM
 

Chris -  I did what you said to do, which only gave the same error!

I then realized the upload for v 5.5 was not in the same directory as v 5.2 ( as 5.2 is in the sub directory dotnetnuke)  and 5.5 was in the Root directory 9where it should be).  I proceeded to
undo the upload by deleting the 5.5 install and re- uploading to the correct directory (dotnetnuke) and overwriting existing files (this prob happened due to a goDaddy process).

I re-did the web config and 2 sql strings and machine key under system.web  and I got the 500 internal server error:  to add the file <customErrors "Off">  to the system.web configuration. i tried several attempts, but i never
seem to have gotten past this error.

The only thing i can do now is to restore the sql database on goDaddy, and start from square one.  If this works.  I would do a clean install wiping out the old with the new- except for the time it will take to restore a rather large amount
of content that was on the site in the first place.  This all started with a need to upgrade the events module- which produce a run-time error which was due to a compatibility issue between versions. And now that we also recently
as of yesterday purchased a great skin package the timing was perfect to upgrade.  I didn't think this would give me so much grief.

Any suggestions on what to do at this point- assuming (I'm afraid to check!) the databse backup and restore works?

Mike M  aka avidfan
 
New Post
11/16/2010 1:16 PM
 
It got so convaluted to figure out which item was causing the error, I  deleted the 5.2  version and reinstalled 5.5.1 with the same error as before- missing Telerik. UI. web files or associated files-
assuming this means the dll is missing- it wasn't in the Community Edition of the install package, soit did not load!

This is becoming tedious- 2 weekend days and a long night to get what should be easy seems to be impossible to overcome.  I need more instructions as maybe i need to add this somewhere else or add another file?

avidfan
 
Previous
 
Next
HomeHomeGetting StartedGetting StartedInstalling DNN ...Installing DNN ...Upgrade Runtime error v5.2 to v 5.5Upgrade Runtime error v5.2 to v 5.5


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