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  |  

The best choice for your web site host, email hosting, and domain registration.
  Need Help?  
Professional technical support for DotNetNuke is available from DotNetNuke Corporation.
 


  Ads  
Active Modules -- Active Forums for DotNetNuke
 


  Sponsors  

Meet Our Sponsors

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
eUKhost.com is commited to offer exceptional UK Windows Web Hosting solutions with quality 24x7 technical support.Our plans support ASP.Net, ASP, ASP.NET Ajax extensions, XML, MSSQL, MySQL, PHP,DNN, multiple domains and Shared SSL as standard.
 


DotNetNuke Forums
 
  Forum  DotNetNuke® Pro...  Iframe Module [...  Error Installing 04.03.00
Previous Previous
 
Next Next
New Post 1/10/2008 10:06 AM
Unresolved
User is offline Jim Barton
2 posts
10th Ranked


Error Installing 04.03.00 

Howdy.

I eagerly installed the new build of iFrame so that I can have automatic height based on content.

I am running DNN 4.8, and was able to install other recently-updated modules with no problem.  Only the iFrame installation has given me difficulty.

When I go to install the updated module, everything appears to load correctly until the "StartJob Creating Files" section.  Here, I get the following:

EndJob Finished Sql execution
 
StartJob Creating files
Info Created d:\WWW\DNN\DesktopModules\IFrame\App_LocalResources\EditIFrame.ascx.resx
Info Created d:\WWW\DNN\DesktopModules\IFrame\App_LocalResources\IFrame.ascx.resx
Info Created d:\WWW\DNN\DesktopModules\IFrame\Providers\DataProviders\SqlDataProvider\03.02.00.SqlDataProvider
Info Created d:\WWW\DNN\DesktopModules\IFrame\Providers\DataProviders\SqlDataProvider\03.02.03.SqlDataProvider
Info Created d:\WWW\DNN\DesktopModules\IFrame\Providers\DataProviders\SqlDataProvider\04.03.00.SqlDataProvider
Info Created d:\WWW\DNN\DesktopModules\IFrame\Providers\DataProviders\SqlDataProvider\Uninstall.SqlDataProvider
Info Created d:\WWW\DNN\DesktopModules\IFrame\04.03.00.txt
Info Created d:\WWW\DNN\DesktopModules\IFrame\EditIFrame.ascx
Info Created d:\WWW\DNN\DesktopModules\IFrame\EditIFrame.ascx.vb
Info Created d:\WWW\DNN\DesktopModules\IFrame\IFrame.ascx
Info Created d:\WWW\DNN\DesktopModules\IFrame\IFrame.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()

Any suggestions?  Is this enough information to help diagnose the problem?

By the way, I have already scoured the forums for similar problems.  There is an old documented issue with needing to remove a Microsoft reference from the <configuration> tag in web.config.  That is NOT the issue in this case.  My <configuration> tag is clean as a whistle.

 
New Post 1/10/2008 12:33 PM
User is offline Vitaly Kozadayev
671 posts
www.continure.com
7th Ranked






Re: Error Installing 04.03.00 

I just installed the IFrame on dnn 4.8 without any issues. Both - source and install.

The error message indicates that you are having some issues in the Installer class. I would suggest trying to restart application and trying it again.


Vitaly Kozadayev
Principal
Viva Portals, L.L.C.
 
New Post 1/14/2008 5:35 AM
User is offline Stefan Cullmann
1431 posts
6th Ranked








Re: Error Installing 04.03.00 

Jim, please check  your web.config, it should contain a lot of nodes, at least configuration/system.web/compilation must exist! Please compare to release.config for a working example.


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

 
New Post 1/23/2008 1:25 AM
User is offline Andy Bond
2 posts
10th Ranked


Re: Error Installing 04.03.00 

I've had the same error on my install and it's taken ages to figure out, the dnn file for IFrame contains a tag [app_code] - this is the only recently released module (since dnn4.7) which has this tag, hence why its the only module which "seems" to be broken.

In my case it was a specific code in web.config - the resource installer trys to read from the /configuration/system.web/codeSubDirectories/ node - if it cant locate it then it fails and causes the above issue.

As I have extra apps in sub folders which aren't DNN related I had added the key: < location inheritInChildApplications="false" > which contains the system.web node and hides it from sub apps (we have a big site and this is essential).  This means the actual path is   /configuration/location/system.web/codeSubDirectories/

I temporarily commented out the location lines and IFrame installed successfully.

incedentaly - this location node also breaks and asp.ajax code in your portal (saying you need a scriptmanager before updatepanel)

Hope this helps,

Andy.

 
New Post 1/23/2008 12:30 PM
User is offline Stefan Cullmann
1431 posts
6th Ranked








Re: Error Installing 04.03.00 
Modified By Stefan Cullmann  on 1/23/2008 4:33:32 PM)

 Andy Bond wrote 

As I have extra apps in sub folders which aren't DNN related I had added the key: < location inheritInChildApplications="false" > which contains the system.web node and hides it from sub apps (we have a big site and this is essential).  This means the actual path is   /configuration/location/system.web/codeSubDirectories/

xpath is /configuration/system.web/compilation/codeSubDirectories/, and the installer assumes that /configuration/system.web/compilation already exists.


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...  Iframe Module [...  Error Installing 04.03.00
 


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.

 


DotNetNuke® in Sweden
All service of DotNetNuke® in Sweden.
Olsmar Konsult
Overlook Technology
Website Development, DotNetNuke Consulting, Module Development, Portal Management
OverlookTechnology.com
DeutschNetNuke = DotNetNuke in German
DeutschNetNuke provides all DotNetNuke related services in German (and English).
www.DeutschNetNuke.de

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