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

HomeHomeArchived Discus...Archived Discus...Developing Under Previous Versions of .NETDeveloping Under Previous Versions of .NETASP.Net 2.0ASP.Net 2.0Problem installing module from Personal AssemblyProblem installing module from Personal Assembly
Previous
 
Next
New Post
5/10/2007 3:10 PM
 

I've tested .dnn file with module definition validator it looks valid..

I'll post the results what I get when installing the module from PA:

 

StartJob

Starting Installation

StartJob

Reading files

Info

Loading 01.00.00.SqlDataProvider

Info

File 01.00.00.SqlDataProvider read successfully

Info

Loading Apl_Organizacijos.ascx

Info

File Apl_Organizacijos.ascx read successfully

Info

Loading Apl_Organizacijos.ascx.resx

Info

File Apl_Organizacijos.ascx.resx read successfully

Info

Loading Apl_Organizacijos.ascx.vb

Info

File Apl_Organizacijos.ascx.vb read successfully

Info

Loading Apl_Organizacijos.dnn

Info

File Apl_Organizacijos.dnn read successfully

Info

Loading Apl_OrganizacijosController.vb

Info

File Apl_OrganizacijosController.vb read successfully

Info

Loading Apl_OrganizacijosInfo.vb

Info

File Apl_OrganizacijosInfo.vb read successfully

Info

Loading DataProvider.vb

Info

File DataProvider.vb read successfully

Info

Loading EditApl_Organizacijos.ascx

Info

File EditApl_Organizacijos.ascx read successfully

Info

Loading EditApl_Organizacijos.ascx.resx

Info

File EditApl_Organizacijos.ascx.resx read successfully

Info

Loading EditApl_Organizacijos.ascx.vb

Info

File EditApl_Organizacijos.ascx.vb read successfully

Info

Loading SqlDataProvider.vb

Info

File SqlDataProvider.vb read successfully

Info

Loading uninstall.SqlDataProvider

Info

File uninstall.SqlDataProvider read successfully

EndJob

Reading files done.

 

StartJob

Reading DNN file

Info

DNN file is in valid 3.0 format.

Info

xml loaded.

Info

Loading files info

Info

Found valid path (App_LocalResources) for Apl_Organizacijos.ascx.resx.

Info

Found valid path (App_LocalResources) for EditApl_Organizacijos.ascx.resx.

Info

Found valid path (Providers\DataProviders\SqlDataProvider) for 01.00.00.SqlDataProvider.

Info

Found valid path ([app_code]Providers\DataProviders\SqlDataProvider) for SqlDataProvider.vb.

Info

Found valid path ([app_code]) for Apl_OrganizacijosController.vb.

Info

Found valid path ([app_code]) for Apl_OrganizacijosInfo.vb.

Info

Found valid path ([app_code]) for DataProvider.vb.

Info

Loading Modules info

Info

Loading Control info for 'Apl_Organizacijos' module

EndJob

Dnn load finished successfully

 

StartJob

Begin Sql execution

Info

Executing 01.00.00.SqlDataProvider

StartJob

Start Sql execution: 01.00.00.SqlDataProvider file

EndJob

End Sql execution: 01.00.00.SqlDataProvider file

 

EndJob

Finished Sql execution

 

StartJob

Creating files

Info

Created C:\DotNetNuke_2\Website\DesktopModules\Apl_Organizacijos\App_LocalResources\Apl_Organizacijos.ascx.resx

Info

Created C:\DotNetNuke_2\Website\DesktopModules\Apl_Organizacijos\App_LocalResources\EditApl_Organizacijos.ascx.resx

Info

Created C:\DotNetNuke_2\Website\DesktopModules\Apl_Organizacijos\Providers\DataProviders\SqlDataProvider\01.00.00.SqlDataProvider

Info

Created C:\DotNetNuke_2\Website\DesktopModules\Apl_Organizacijos\Apl_Organizacijos.ascx

Info

Created C:\DotNetNuke_2\Website\DesktopModules\Apl_Organizacijos\Apl_Organizacijos.ascx.vb

Info

Created C:\DotNetNuke_2\Website\DesktopModules\Apl_Organizacijos\EditApl_Organizacijos.ascx

Info

Created C:\DotNetNuke_2\Website\DesktopModules\Apl_Organizacijos\EditApl_Organizacijos.ascx.vb

Info

Created C:\DotNetNuke_2\Website\DesktopModules\Apl_Organizacijos\uninstall.SqlDataProvider

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/11/2007 6:09 AM
 

I feel that in your module .dnn file, you mentioned a file that not exist in the package folder.

Perheps earlier you develop this module with some different file names and while updating the module you renamed and delete the one of the files that are earlier mentioned in .dnn file.

Kindly make sure that files listed in the .dnn file and in the package folder are of the sames names and their existance.


"Knowledge Sharing Matters!"
 
New Post
5/11/2007 8:25 AM
 

But loo, babar_jvd, .dnn file parser reads the files correctly and validates pathes for these files correctly. Compare this:

StartJob

Starting Installation

StartJob

Reading files

Info

Loading 01.00.00.SqlDataProvider

Info

File 01.00.00.SqlDataProvider read successfully

Info

Loading Apl_Organizacijos.ascx

Info

File Apl_Organizacijos.ascx read successfully

Info

Loading Apl_Organizacijos.ascx.resx

Info

File Apl_Organizacijos.ascx.resx read successfully

Info

Loading Apl_Organizacijos.ascx.vb

Info

File Apl_Organizacijos.ascx.vb read successfully

Info

Loading Apl_Organizacijos.dnn

Info

File Apl_Organizacijos.dnn read successfully

Info

Loading Apl_OrganizacijosController.vb

Info

File Apl_OrganizacijosController.vb read successfully

Info

Loading Apl_OrganizacijosInfo.vb

Info

File Apl_OrganizacijosInfo.vb read successfully

Info

Loading DataProvider.vb

Info

File DataProvider.vb read successfully

Info

Loading EditApl_Organizacijos.ascx

Info

File EditApl_Organizacijos.ascx read successfully

Info

Loading EditApl_Organizacijos.ascx.resx

Info

File EditApl_Organizacijos.ascx.resx read successfully

Info

Loading EditApl_Organizacijos.ascx.vb

Info

File EditApl_Organizacijos.ascx.vb read successfully

Info

Loading SqlDataProvider.vb

Info

File SqlDataProvider.vb read successfully

Info

Loading uninstall.SqlDataProvider

Info

File uninstall.SqlDataProvider read successfully

EndJob

Reading files done.

And the paths from .dnn files needed to place appropriate files:

StartJob

Reading DNN file

Info

DNN file is in valid 3.0 format.

Info

xml loaded.

Info

Loading files info

Info

Found valid path (App_LocalResources) for Apl_Organizacijos.ascx.resx.

Info

Found valid path (App_LocalResources) for EditApl_Organizacijos.ascx.resx.

Info

Found valid path (Providers\DataProviders\SqlDataProvider) for 01.00.00.SqlDataProvider.

Info

Found valid path ([app_code]Providers\DataProviders\SqlDataProvider) for SqlDataProvider.vb.

Info

Found valid path ([app_code]) for Apl_OrganizacijosController.vb.

Info

Found valid path ([app_code]) for Apl_OrganizacijosInfo.vb.

Info

Found valid path ([app_code]) for DataProvider.vb.

Info

Loading Modules info

Info

Loading Control info for 'Apl_Organizacijos' module

EndJob

Dnn load finished successfully

I cannot see the mistake.. Well, it looks I have to ask people who knows the DotNetNuke core..

 
New Post
5/11/2007 8:36 AM
 

Now I'm very thankfull to babar_jvd for his attention. Thanks babar!

I couldn't find any thread discusing about DotNetNuke core so I'll appreciate any help from anybody..

 
Previous
 
Next
HomeHomeArchived Discus...Archived Discus...Developing Under Previous Versions of .NETDeveloping Under Previous Versions of .NETASP.Net 2.0ASP.Net 2.0Problem installing module from Personal AssemblyProblem installing module from Personal Assembly


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