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

HomeHomeDNN Open Source...DNN Open Source...Module ForumsModule ForumsXMLXMLError installing 4.3.3 on DNN 4.4.1Error installing 4.3.3 on DNN 4.4.1
Previous
 
Next
New Post
4/5/2007 7:43 AM
 

I previously had 3.3.0 of XML installed. Tried to upgrade to 4.3.3 and get the following error at the very end of the page for the install module action:

ExceptionSystem.NullReferenceException: Object reference not set to an instance of an object. at DotNetNuke.Common.Utilities.Config.AddCodeSubDirectory(String name) at DotNetNuke.Modules.Admin.ResourceInstaller.PaDnnInstallerBase.CreateModuleFile(PaFile File, PaFolder Folder) at DotNetNuke.Modules.Admin.ResourceInstaller.PaDnnInstallerBase.CreateFiles(PaFolder Folder) at DotNetNuke.Modules.Admin.ResourceInstaller.PaDnnInstallerBase.Install(PaFolderCollection folders) at DotNetNuke.Modules.Admin.ResourceInstaller.PaInstaller.Install()

After I press return, the older version of XML was listed. So I did an uninstall of that, which seemed to go OK. Then tried to install latest version and got above error. XML is now not listed in the installed modules list, and the XML folder is present in DesktopModules. I've tried removing this and trying again, but same error. There is no XML fiolder in App_Code and no new line in web.config.

 
New Post
4/5/2007 3:14 PM
 
we are currently investigating this issue.

Cheers from Germany,
Sebastian Leupold

dnnWerk - The DotNetNuke Experts   German Spoken DotNetNuke User Group

Speed up your DNN Websites with TurboDNN
 
New Post
5/13/2007 1:24 AM
 

Hi, any update on this? I tried again today to install latest version, just to see, and had the following error(s).

Info Executing 03.03.02.SqlDataProvider
StartJob Start Sql execution: 03.03.02.SqlDataProvider file
Failure SQL Execution resulted in following Exceptions: System.Data.SqlClient.SqlException: Column names in each table must be unique. Column name 'ValueIsRequired' in table 'dbo.Xml_Parameter' is specified more than once. at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj) at System.Data.SqlClient.TdsParser.Run(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj) at System.Data.SqlClient.SqlCommand.RunExecuteNonQueryTds(String methodName, Boolean async) at System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(DbAsyncResult result, String methodName, Boolean sendToPipe) at System.Data.SqlClient.SqlCommand.ExecuteNonQuery() at DotNetNuke.Data.SqlDataProvider.ExecuteADOScript(String SQL) at DotNetNuke.Data.SqlDataProvider.ExecuteScript(String Script, Boolean UseTransactions) /***| Tables |*************************************************************************************/ ALTER TABLE dbo.[Xml_Parameter] ADD ValueIsRequired bit NOT NULL DEFAULT 0
EndJob End Sql execution: 03.03.02.SqlDataProvider file
 
Info Executing 04.03.02.SqlDataProvider
StartJob Start Sql execution: 04.03.02.SqlDataProvider file
EndJob End Sql execution: 04.03.02.SqlDataProvider file
 
EndJob Finished Sql execution
 
StartJob Creating files
Info Created C:\Inetpub\dnn\DesktopModules\XML\App_LocalResources\EditXml.ascx.resx
Info Created C:\Inetpub\dnn\DesktopModules\XML\App_LocalResources\XmlModule.ascx.resx
Info Created C:\Inetpub\dnn\DesktopModules\XML\Parameters\ParameterEditor.ascx
Info Created C:\Inetpub\dnn\DesktopModules\XML\Parameters\ParameterEditor.ascx.vb
Info Created C:\Inetpub\dnn\DesktopModules\XML\Providers\DataProviders\SqlDataProvider\03.03.00.SqlDataProvider
Info Created C:\Inetpub\dnn\DesktopModules\XML\Providers\DataProviders\SqlDataProvider\03.03.02.SqlDataProvider
Info Created C:\Inetpub\dnn\DesktopModules\XML\Providers\DataProviders\SqlDataProvider\04.03.02.SqlDataProvider
Info Created C:\Inetpub\dnn\DesktopModules\XML\03.03.02.txt
Info Created C:\Inetpub\dnn\DesktopModules\XML\04.03.02.txt
Info Created C:\Inetpub\dnn\DesktopModules\XML\download.ashx
Info Created C:\Inetpub\dnn\DesktopModules\XML\EditXml.ascx
Info Created C:\Inetpub\dnn\DesktopModules\XML\EditXml.ascx.vb
Info Created C:\Inetpub\dnn\DesktopModules\XML\Uninstall.SqlDataProvider
Info Created C:\Inetpub\dnn\DesktopModules\XML\XmlModule.ascx
Info Created C:\Inetpub\dnn\DesktopModules\XML\XmlModule.ascx.vb
Failure ExceptionSystem.NullReferenceException: Object reference not set to an instance of an object. at DotNetNuke.Common.Utilities.Config.AddCodeSubDirectory(String name) at DotNetNuke.Modules.Admin.ResourceInstaller.PaDnnInstallerBase.CreateModuleFile(PaFile File, PaFolder Folder) at DotNetNuke.Modules.Admin.ResourceInstaller.PaDnnInstallerBase.CreateFiles(PaFolder Folder) at DotNetNuke.Modules.Admin.ResourceInstaller.PaDnnInstallerBase.Install(PaFolderCollection folders) at DotNetNuke.Modules.Admin.ResourceInstaller.PaInstaller.Install()
 
 

 
New Post
5/14/2007 3:17 AM
 

I have 4.3.7 version of DotNetNuke running and when I'm trying to install MyCustom module from PA (Private Assembly) package I've gotten the same error with the same scenario as you, Jeff, do. So I'm also very intrested in how investigation goes and what has to be fixed to avoid such thing..

 
New Post
5/14/2007 9:38 AM
 

Please check your web.config. You will find an unneeded and unwanted NameSpace declaration:
<configuration xmlns="http://schemas.microsoft.com/.NetConfiguration/v2.0">
You will need to change it to:
<configuration>

Aftwerwards the installation will run. We are ging to address this really rare issue inside the DotNetNuke core. This issue is not special to the xml module, every 4.x WSP module can not be installed with the present namespace.

You will find more information about the source of thet issue inside a blog of Scott Guthrie:
http://weblogs.asp.net/scottgu/archive/2005/12/02/432077.aspx

Thank you,

 
Previous
 
Next
HomeHomeDNN Open Source...DNN Open Source...Module ForumsModule ForumsXMLXMLError installing 4.3.3 on DNN 4.4.1Error installing 4.3.3 on DNN 4.4.1


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