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 ...Problems installing DNN 5.6.1 from webappgallery and 5.6.2 manuallyProblems installing DNN 5.6.1 from webappgallery and 5.6.2 manually
Previous
 
Next
New Post
4/8/2011 5:30 PM
 
I am having trouble installing DotNetNuke 5.6.1 from webappgallery, installing the database get the following error:

Installing Database - Version 05.00.00...Success
Upgrading Database to Version 05.00.01...Success
Upgrading Database to Version 05.01.00...Success
Upgrading Database to Version 05.01.01...Success
Upgrading Database to Version 05.01.02...Success
Upgrading Database to Version 05.01.03...Success
Upgrading Database to Version 05.01.04...Success
Upgrading Database to Version 05.02.00...Success
Upgrading Database to Version 05.02.01...Success
Upgrading Database to Version 05.02.02...Success
Upgrading Database to Version 05.02.03...Success
Upgrading Database to Version 05.03.00...Success
Upgrading Database to Version 05.03.01...Success
Upgrading Database to Version 05.04.00...Success
Upgrading Database to Version 05.04.01...Success
Upgrading Database to Version 05.04.02...Success
Upgrading Database to Version 05.04.03...Success
Upgrading Database to Version 05.04.04...Success
Upgrading Database to Version 05.05.00...Success
Upgrading Database to Version 05.05.01...Success
Upgrading Database to Version 05.06.00...Success
Upgrading Database to Version 05.06.01...FAILURE ERROR: Error: Object reference not set to an instance of an object. at DotNetNuke.Services.Installer.XmlMerge.UpdateNode( XmlNode rootNode, XmlNode actionNode)
at DotNetNuke.Services.Installer.XmlMerge.ProcessNode (XmlNode node)
at DotNetNuke.Services.Installer.XmlMerge.ProcessNode s(XmlNodeList nodes, Boolean saveConfig)
at DotNetNuke.Services.Installer.XmlMerge.UpdateConfi gs()
at DotNetNuke.Services.Upgrade.Upgrade.UpdateConfig(S tring strProviderPath, String strConfigFile, Version version, String strReason)

It's the first time I perform the installation of dotnetnuke in this hosting
I try to install version 5.6.2 but throws the following error:


Installing Database - Version 05.00.00...Success
Upgrading Database to Version 05.00.01...Success
Upgrading Database to Version 05.01.00...Success
Upgrading Database to Version 05.01.01...Success
Upgrading Database to Version 05.01.02...Success
Upgrading Database to Version 05.01.03...Success
Upgrading Database to Version 05.01.04...Success
Upgrading Database to Version 05.02.00...Success
Upgrading Database to Version 05.02.01...Success
Upgrading Database to Version 05.02.02...Success
Upgrading Database to Version 05.02.03...Success
Upgrading Database to Version 05.03.00...Success
Upgrading Database to Version 05.03.01...Success
Upgrading Database to Version 05.04.00...Success
Upgrading Database to Version 05.04.01...Success
Upgrading Database to Version 05.04.02...Success
Upgrading Database to Version 05.04.03...Success
Upgrading Database to Version 05.04.04...Success
Upgrading Database to Version 05.05.00...Success
Upgrading Database to Version 05.05.01...Success
Upgrading Database to Version 05.06.00...Success
Upgrading Database to Version 05.06.01...Success
Upgrading Database to Version 05.06.02...FAILURE ERROR: Error: Object reference not set to an instance of an object. at DotNetNuke.Services.Installer.XmlMerge.UpdateNode( XmlNode rootNode, XmlNode actionNode)
at DotNetNuke.Services.Installer.XmlMerge.ProcessNode (XmlNode node)
at DotNetNuke.Services.Installer.XmlMerge.ProcessNode s(XmlNodeList nodes, Boolean saveConfig)
at DotNetNuke.Services.Installer.XmlMerge.UpdateConfi gs()
at DotNetNuke.Services.Upgrade.Upgrade.UpdateConfig(S tring strProviderPath, String strConfigFile, Version version, String strReason)

I comment on the following sections of web.config:

<!--compilers>
      <compiler language="vb;vbs;visualbasic;vbscript" type="Microsoft.VisualBasic.VBCodeProvider, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" extension=".vb" warningLevel="4">
        <providerOption name="CompilerVersion" value="v3.5"/>
        <providerOption name="OptionInfer" value="true"/>
        <providerOption name="WarnAsError" value="false"/>
      </compiler>
      <compiler language="c#;cs;csharp" extension=".cs" type="Microsoft.CSharp.CSharpCodeProvider,System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" warningLevel="4">
        <providerOption name="CompilerVersion" value="v3.5"/>
        <providerOption name="WarnAsError" value="false"/>
      </compiler>
</compilers-->

<!--assemblies>
        <add assembly="Microsoft.VisualBasic, Version=8.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/>
        <add assembly="System.DirectoryServices, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/>
        <add assembly="System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/>
        <add assembly="System.Management, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/>
        <add assembly="System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089"/>
        <add assembly="System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
        <add assembly="System.Xml.Linq, Version=3.5.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089"/>
        <add assembly="System.Data.DataSetExtensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089"/>
        <add assembly="System.Data.Linq, Version=3.5.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089"/>
        <add assembly="System.Web.Abstractions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
</assemblies-->

Thanks!
 
New Post
4/9/2011 5:26 AM
 
did you make sure, ASP.Net 3.5 SP1 is installed?

Cheers from Germany,
Sebastian Leupold

dnnWerk - The DotNetNuke Experts   German Spoken DotNetNuke User Group

Speed up your DNN Websites with TurboDNN
 
New Post
4/25/2011 1:30 PM
 
the problem has been in the web.config, just had to update this line:
<providerOption name="CompilerVersion" value="v3.5" /> to <providerOption name="CompilerVersion" value="v4.0" />
 
Previous
 
Next
HomeHomeGetting StartedGetting StartedInstalling DNN ...Installing DNN ...Problems installing DNN 5.6.1 from webappgallery and 5.6.2 manuallyProblems installing DNN 5.6.1 from webappgallery and 5.6.2 manually


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