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 4.9.0 to 5.1.1 Errors Upgrade 4.9.0 to 5.1.1 Errors
Previous
 
Next
New Post
8/9/2009 6:43 PM
 

I've burned the candle on both ends trying to upgrade an instance of DNN to the latest version with no-avail! Hopefully, someone will be able to shed some light on the problem so I can move forward...

My test machine:XP SP3 .Net 3.5 installed

Current DNN Version: 4.9.0

Trying to upgrade to 5.1.1

SQL Version: 2005

Problems encountered:

First, I tried following Mitchel Sellers article on how to perform the upgrade and this was unsuccessful for me. The first items that I had to correct after moving all the upgrade files into the directory was major permission errors. I've never experienced this before doing an upgrade but I had to go through and set the permissions on each item that was moved into the website directory.

Next, when I ran the "install" via the URL "../install/install.aspx?mode=install" there were two errors stating that the Executing Application Upgrades did not go through - I think they were for 05.00.00 & 05.01.00 however 05.01.01 was Successful so I continued on...
 

Next error: "Object+reference+not+set+to+an+instance+of+an+object.&content=0" this can be seen in the URL. I read, in one of the many posts on the subject, that we need to update the version of the system,web.utility.dll used in the web.config file and then paste a copy of that .dll into the bin folder - I've done that and I still am getting an error.

The error I'm getting is unknow - I guess even to DNN because it doesn't want to display it. All I see on my screen is "DotNetNuke Error" with a link back to the default.aspx page.

Any help would be great!

 


Wisconsins DNN User Group: www.WIDNN.com
Visit my home page: www.HerbBenton.com
 
New Post
8/10/2009 12:36 AM
 

Search your entire install for *.log, open each log file and see if you find anything in them



Alex Shirley


 
New Post
8/10/2009 10:09 AM
 

There are a few logs Alex.

What are you thinking I should find? I don't want to spend hours digging through logs when I don't know what I'm looking for.

Thanks for the reply!


Wisconsins DNN User Group: www.WIDNN.com
Visit my home page: www.HerbBenton.com
 
New Post
8/10/2009 11:08 AM
 

Hey Herb,

It's hard to tell based on your description and not seeing the actual errors myself but...just in case...

You may be seeing an issue with the ASP.NET AJAX assembly System.Web.Extensions.dll.

Check out this issue for more information: http://support.dotnetnuke.com/issue/ViewIssue.aspx?ID=9755

You'll want to update the "runtime" section of your web config to use the 3.5 version of the assembly:

<runtime> <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1"> <probing privatePath="bin;bin\HttpModules;bin\Providers;bin\Modules;bin\Support;" /> <dependentAssembly> <assemblyIdentity name="System.Web.Extensions" publicKeyToken="31bf3856ad364e35" /> <bindingRedirect oldVersion="1.0.0.0-1.1.0.0" newVersion="3.5.0.0" /> </dependentAssembly> <dependentAssembly> <assemblyIdentity name="System.Web.Extensions.Design" publicKeyToken="31bf3856ad364e35" /> <bindingRedirect oldVersion="1.0.0.0-1.1.0.0" newVersion="3.5.0.0" /> </dependentAssembly> </assemblyBinding> </runtime>

And if you have the 3.5 assembly in the GAC on your computer (which you probably do if this is actually the problem you are experiencing), you should remove the system.web.extensions.dll from the bin directory of your website in addition.
 
Alternatively, you can make sure that your web.config has the "trust=medium" declaration commented out.
 
Hope that helps!
 
Ian

Software Engineer
Co-Founder, dnnGallery
Stack Overflow: Ian Robinson
Twitter: @irobinson
Linked In: Ian Robinson
 
New Post
8/10/2009 11:10 AM
 

All,

To clarify, I've experienced the issue described above only with a clean install of the source version of DotNetNuke 5.1.1. Herb's symptoms sounded similar enough though. If nothing else, we can rule this out as the culprit.

Thanks,

Ian


Software Engineer
Co-Founder, dnnGallery
Stack Overflow: Ian Robinson
Twitter: @irobinson
Linked In: Ian Robinson
 
Previous
 
Next
HomeHomeGetting StartedGetting StartedInstalling DNN ...Installing DNN ...Upgrade 4.9.0 to 5.1.1 Errors Upgrade 4.9.0 to 5.1.1 Errors


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