Small width layout Medium width layout Maximum width layout Small text Medium text Large text
     Search
Downloads Downloads Directory Directory Forums Forums Forge Forge Blogs Blogs        Marketplace Marketplace Careers Program Careers
Community › Forums Register  |  

telerik -- supercharge your DNN websites
  Need Help?  
Professional technical support for DotNetNuke is available from DotNetNuke Corporation.
 


  Ads  
Iron Speed Designer is a software development tool for building database, reporting, and forms applications for .NET without hand-coding.
 


  Sponsors  

Meet Our Sponsors

AspDotNetStoreFront - E-Commerce by Design - The Leading ASP.NET shopping cart platform for developers!
Click here to go to dev.live.com for Windows Live developer resources
SteadyRain
DataSprings - Great Ideas. Always Flowing.
R2integrated - formerly bi4ce
Jango Studios - Skins, Modules and Hosting for DotNetNuke
 


DotNetNuke Forums
 
  Forum  DotNetNuke® Pro...  XML Module [Lea...  Error installing 4.3.3 on DNN 4.4.1
Previous Previous
 
Next Next
New Post 4/5/2007 4:43 AM
User is offline Jeff Parker
245 posts
www.valintus.com
9th Ranked


Error installing 4.3.3 on DNN 4.4.1 

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.


www.valintus.com
 
New Post 4/5/2007 12:14 PM
User is offline Sebastian Leupold
13566 posts
www.deutschnetnuke.de
1st Ranked












Re: Error installing 4.3.3 on DNN 4.4.1 
we are currently investigating this issue.
Sebastian Leupold

DeutschNetNuke dnnWerk - The DotNetNuke Experts German DotNetNuke User-Group

DotNetNuke Project UserDefinedTable
DotNetNuke Project Release Tracker
 
New Post 5/12/2007 10:24 PM
User is offline Jeff Parker
245 posts
www.valintus.com
9th Ranked


Re: Error installing 4.3.3 on DNN 4.4.1 

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()
 
 


www.valintus.com
 
New Post 5/14/2007 12:17 AM
User is offline Ignas
25 posts
10th Ranked


Re: Error installing 4.3.3 on DNN 4.4.1 

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 6:38 AM
User is offline Stefan Cullmann
1431 posts
6th Ranked








Re: Error installing 4.3.3 on DNN 4.4.1 

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,


Stefan Cullmann - stefan.cullmann [at] dotnetnuke.com

forms & Lists (UDT5.0) will be the next major release of the User Defined Table project.
A first Preview is available, though it requires DotnetNuke 5 (Beta 5).

 
Previous Previous
 
Next Next
  Forum  DotNetNuke® Pro...  XML Module [Lea...  Error installing 4.3.3 on DNN 4.4.1
 


Forum Policy

These Discussion Forums are dedicated to the discussion of the DotNetNuke Web Application Framework.

For the benefit of the community and to protect the integrity of the project, 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 DotNetNuke.
2. Discussion or promotion of DotNetNuke product releases under a different brand name are strictly prohibited.
3. No Flaming or Trolling.
4. No Profanity, Racism, or Prejudice.
5. Site Moderators have the final word on approving/removing a thread or post or comment.
6. English language posting only, please.

 


Efficion Consulting
A premier DotNetNuke consulting firm providing complete DNN services including: custom module development, skinning and design, installation and integration services.
www.efficionconsulting.com
DotNetNuke Training by Engage Software
Specializing in customized training, architecture and module solutions for large scale implementations lead by DNN Core Team Member Christopher Hammond.
engagesoftware.com
Smart-Thinker
DNN Modules for Social Networks for as low as $69 for 6 modules! We also maintain the DotNetNuke Directory - http://DNNDir.com
www.smart-thinker.com

DotNetNuke Corporation   Terms Of Use  Privacy Statement
DotNetNuke®, DNN®, and the DotNetNuke logo are trademarks of DotNetNuke Corporation
Hosted by MaximumASP