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 ...General, Page Load, Module Load ExceptionsGeneral, Page Load, Module Load Exceptions
Previous
 
Next
New Post
8/9/2013 8:22 AM
 

Hi,

I have successfully build and run the full source community edition, however, hitting exceptions for the following pages:

1. When trying to edit the main site settings:
RawURL: /dotnetnuke_community/Host/Site-Management/ctl/Edit/mid/321/pid/0/portalid/0?popUp=true
InnerException
: Attempt by method 'DynamicClass.lambda_method(System.Runtime.CompilerServices.Closure)' to access type 'System.ComponentModel.Composition.Hosting.ComposablePartCatalogCollection' failed.

2. When trying to access the File Management (for Host as well):
RawURL: /dotnetnuke_community/Admin/File-Management
InnerException: Attempt by method 'DynamicClass.lambda_method(System.Runtime.CompilerServices.Closure)' to access type 'System.ComponentModel.Composition.Hosting.ComposablePartCatalogCollection' failed.

3. When trying to access the Site Settings:
RawURL: /dotnetnuke_community/Admin/Site-Settings
InnerException: Attempt by method 'DynamicClass.lambda_method(System.Runtime.CompilerServices.Closure)' to access type 'System.ComponentModel.Composition.Hosting.ComposablePartCatalogCollection' failed.

4. When trying to access Search Admin:
RawURL: /dotnetnuke_community/Admin/Search-Admin
InnerException: Attempt by method 'DynamicClass.lambda_method(System.Runtime.CompilerServices.Closure)' to access type 'System.ComponentModel.Composition.Hosting.ComposablePartCatalogCollection' failed.

5. When trying to access Host Settings:
RawURL: /dotnetnuke_community/Host/File-Management/portalid/0
InnerException: Attempt by method 'DynamicClass.lambda_method(System.Runtime.CompilerServices.Closure)' to access type 'System.ComponentModel.Composition.Hosting.ComposablePartCatalogCollection' failed. 


What I did was:

1. Extract the entire Source contents into a folder
2. Open the DotNetNuke_Community_Source.sln
3. Made a copy of development.config to web.config
4. Modified the 2 database connection strings
5. Created an empty database with the database name used in the connection strings
6. Build and Run the application
7. Installation went successful
8. Then I try to access all the Control Panel menus, and the above were the ones that are hitting exceptions and I could not configure anything on those pages.

Please help!

Thanks!

 
New Post
8/9/2013 8:30 AM
 
Have you unblock the zip file before extracting the files?
 
New Post
8/9/2013 9:00 AM
 

Hi Matthias,

Which zip file are you referring to?

I have the installation running fine, just those 5 pages are hitting exceptions, the website and other pages on the control panel working fine.

 
New Post
8/9/2013 12:22 PM
 

I am attaching the Stack Trace Message details below, please help..

1. When trying to edit the main site settings:
RawURL: /dotnetnuke_community/Host/Site-Management/ctl/Edit/mid/321/pid/0/portalid/0?popUp=true 
InnerException: Attempt by method 'DynamicClass.lambda_method(System.Runtime.CompilerServices.Closure)' to access type 'System.ComponentModel.Composition.Hosting.ComposablePartCatalogCollection' failed. 
Message: DotNetNuke.Services.Exceptions.PageLoadException: Object reference not set to an instance of an object. ---> System.NullReferenceException: Object reference not set to an instance of an object. at DotNetNuke.UI.Containers.ActionButtonList.get_ModuleActions() in C:\Users\CTSU\Documents\Visual Studio 2010\Projects\DNALifeGlobal\CMS\Community\Library\UI\Containers\ActionButtonList.cs:line 80 at DotNetNuke.UI.Containers.ActionButtonList.OnLoad(EventArgs e) in C:\Users\CTSU\Documents\Visual Studio 2010\Projects\DNALifeGlobal\CMS\Community\Library\UI\Containers\ActionButtonList.cs:line 250 at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) --- End of inner exception stack trace ---


2. When trying to access the File Management (for Host as well):
RawURL: /dotnetnuke_community/Admin/File-Management 
InnerException: Attempt by method 'DynamicClass.lambda_method(System.Runtime.CompilerServices.Closure)' to access type 'System.ComponentModel.Composition.Hosting.ComposablePartCatalogCollection' failed. 
Message: DotNetNuke.Services.Exceptions.ModuleLoadException: Attempt by method 'DynamicClass.lambda_method(System.Runtime.CompilerServices.Closure)' to access type 'System.ComponentModel.Composition.Hosting.ComposablePartCatalogCollection' failed. ---> System.TypeAccessException: Attempt by method 'DynamicClass.lambda_method(System.Runtime.CompilerServices.Closure)' to access type 'System.ComponentModel.Composition.Hosting.ComposablePartCatalogCollection' failed. at lambda_method(Closure ) at System.Linq.EnumerableQuery`1.GetEnumerator() at System.ComponentModel.Composition.Primitives.ComposablePartCatalog.GetExports(ImportDefinition definition) at System.ComponentModel.Composition.Hosting.AggregateCatalog.GetExports(ImportDefinition definition) at System.ComponentModel.Composition.Hosting.CatalogExportProvider.GetExportsCore(ImportDefinition definition, AtomicComposition atomicComposition) at System.ComponentModel.Composition.Hosting.ExportProvider.GetExports(ImportDefinition definition, AtomicComposition atomicComposition) at System.ComponentModel.Composition.Hosting.AggregateExportProvider.GetExportsCore(ImportDefinition definition, AtomicComposition atomicComposition) at System.ComponentModel.Composition.Hosting.ExportProvider.TryGetExportsCore(ImportDefinition definition, AtomicComposition atomicComposition, IEnumerable`1& exports) at System.ComponentModel.Composition.Hosting.CompositionContainer.GetExportsCore(ImportDefinition definition, AtomicComposition atomicComposition) at System.ComponentModel.Composition.Hosting.ExportProvider.GetExports(ImportDefinition definition, AtomicComposition atomicComposition) at System.ComponentModel.Composition.Hosting.ImportEngine.TryGetExports(ExportProvider provider, ComposablePart part, ImportDefinition definition, AtomicComposition atomicComposition) at System.ComponentModel.Composition.Hosting.ImportEngine.TrySatisfyImportSubset(PartManager partManager, IEnumerable`1 imports, AtomicComposition atomicComposition) at System.ComponentModel.Composition.Hosting.ImportEngine.TrySatisfyImportsStateMachine(PartManager partManager, ComposablePart part) at System.ComponentModel.Composition.Hosting.ImportEngine.TrySatisfyImports(PartManager partManager, ComposablePart part, Boolean shouldTrackImports) at System.ComponentModel.Composition.Hosting.ImportEngine.SatisfyImports(ComposablePart part) at System.ComponentModel.Composition.Hosting.CompositionServices.TryInvoke(Action action) at System.ComponentModel.Composition.Hosting.ComposablePartExportProvider.Compose(CompositionBatch batch) at DotNetNuke.ExtensionPoints.ExtensionPointManager.ComposeParts(Object[] attributeParts) in C:\Users\CTSU\Documents\Visual Studio 2010\Projects\DNALifeGlobal\CMS\Community\Library\ExtensionPoints\ExtensionPointManager.cs:line 88 at DotNetNuke.ExtensionPoints.ExtensionPointManager..ctor() in C:\Users\CTSU\Documents\Visual Studio 2010\Projects\DNALifeGlobal\CMS\Community\Library\ExtensionPoints\ExtensionPointManager.cs:line 94 at DotNetNuke.Modules.DigitalAssets.View..ctor() at ASP.desktopmodules_digitalassets_view_ascx..ctor() in c:\Windows\Microsoft.NET\Framework64\v4.0.30319\Temporary ASP.NET Files\dotnetnuke_community\9b559a79\316f9afa\App_Web_mtho5mxv.6.cs:line 0 at __ASP.FastObjectFactory_app_web_mtho5mxv.Create_ASP_desktopmodules_digitalassets_view_ascx() in c:\Windows\Microsoft.NET\Framework64\v4.0.30319\Temporary ASP.NET Files\dotnetnuke_community\9b559a79\316f9afa\App_Web_mtho5mxv.8.cs:line 0 at System.Web.UI.TemplateControl.LoadControl(IWebObjectFactory objectFactory, VirtualPath virtualPath, Type t, Object[] parameters) at System.Web.UI.TemplateControl.LoadControl(VirtualPath virtualPath) at DotNetNuke.UI.ControlUtilities.LoadControl[T](TemplateControl containerControl, String ControlSrc) in C:\Users\CTSU\Documents\Visual Studio 2010\Projects\DNALifeGlobal\CMS\Community\Library\UI\ControlUtilities.cs:line 112 at DotNetNuke.UI.Modules.WebFormsModuleControlFactory.CreateModuleControl(TemplateControl containerControl, ModuleInfo moduleConfiguration) in C:\Users\CTSU\Documents\Visual Studio 2010\Projects\DNALifeGlobal\CMS\Community\Library\UI\Modules\WebFormsModuleControlFactory.cs:line 37 at DotNetNuke.UI.Modules.ModuleControlFactory.LoadModuleControl(TemplateControl containerControl, ModuleInfo moduleConfiguration) in C:\Users\CTSU\Documents\Visual Studio 2010\Projects\DNALifeGlobal\CMS\Community\Library\UI\Modules\ModuleControlFactory.cs:line 65 at DotNetNuke.UI.Modules.ModuleHost.LoadModuleControl() in C:\Users\CTSU\Documents\Visual Studio 2010\Projects\DNALifeGlobal\CMS\Community\Library\UI\Modules\ModuleHost.cs:line 286 --- End of inner exception stack trace ---

3. When trying to access the Site Settings:
RawURL: /dotnetnuke_community/Admin/Site-Settings 
InnerException: Attempt by method 'DynamicClass.lambda_method(System.Runtime.CompilerServices.Closure)' to access type 'System.ComponentModel.Composition.Hosting.ComposablePartCatalogCollection' failed. 
Message: DotNetNuke.Services.Exceptions.PageLoadException: Attempt by method 'DynamicClass.lambda_method(System.Runtime.CompilerServices.Closure)' to access type 'System.ComponentModel.Composition.Hosting.ComposablePartCatalogCollection' failed. ---> System.TypeAccessException: Attempt by method 'DynamicClass.lambda_method(System.Runtime.CompilerServices.Closure)' to access type 'System.ComponentModel.Composition.Hosting.ComposablePartCatalogCollection' failed. at lambda_method(Closure ) at System.Linq.EnumerableQuery`1.GetEnumerator() at System.ComponentModel.Composition.Primitives.ComposablePartCatalog.GetExports(ImportDefinition definition) at System.ComponentModel.Composition.Hosting.AggregateCatalog.GetExports(ImportDefinition definition) at System.ComponentModel.Composition.Hosting.CatalogExportProvider.GetExportsCore(ImportDefinition definition, AtomicComposition atomicComposition) at System.ComponentModel.Composition.Hosting.ExportProvider.GetExports(ImportDefinition definition, AtomicComposition atomicComposition) at System.ComponentModel.Composition.Hosting.AggregateExportProvider.GetExportsCore(ImportDefinition definition, AtomicComposition atomicComposition) at System.ComponentModel.Composition.Hosting.ExportProvider.TryGetExportsCore(ImportDefinition definition, AtomicComposition atomicComposition, IEnumerable`1& exports) at System.ComponentModel.Composition.Hosting.CompositionContainer.GetExportsCore(ImportDefinition definition, AtomicComposition atomicComposition) at System.ComponentModel.Composition.Hosting.ExportProvider.GetExports(ImportDefinition definition, AtomicComposition atomicComposition) at System.ComponentModel.Composition.Hosting.ImportEngine.TryGetExports(ExportProvider provider, ComposablePart part, ImportDefinition definition, AtomicComposition atomicComposition) at System.ComponentModel.Composition.Hosting.ImportEngine.TrySatisfyImportSubset(PartManager partManager, IEnumerable`1 imports, AtomicComposition atomicComposition) at System.ComponentModel.Composition.Hosting.ImportEngine.TrySatisfyImportsStateMachine(PartManager partManager, ComposablePart part) at System.ComponentModel.Composition.Hosting.ImportEngine.TrySatisfyImports(PartManager partManager, ComposablePart part, Boolean shouldTrackImports) at System.ComponentModel.Composition.Hosting.ImportEngine.SatisfyImports(ComposablePart part) at System.ComponentModel.Composition.Hosting.CompositionServices.TryInvoke(Action action) at System.ComponentModel.Composition.Hosting.ComposablePartExportProvider.Compose(CompositionBatch batch) at DotNetNuke.ExtensionPoints.ExtensionPointManager.ComposeParts(Object[] attributeParts) in C:\Users\CTSU\Documents\Visual Studio 2010\Projects\DNALifeGlobal\CMS\Community\Library\ExtensionPoints\ExtensionPointManager.cs:line 88 at DotNetNuke.ExtensionPoints.ExtensionPointManager..ctor() in C:\Users\CTSU\Documents\Visual Studio 2010\Projects\DNALifeGlobal\CMS\Community\Library\ExtensionPoints\ExtensionPointManager.cs:line 94 at DotNetNuke.ExtensionPoints.EditPageTabExtensionControl.OnInit(EventArgs e) in C:\Users\CTSU\Documents\Visual Studio 2010\Projects\DNALifeGlobal\CMS\Community\Library\ExtensionPoints\EditPageTabExtensionControl.cs:line 67 at System.Web.UI.Control.InitRecursive(Control namingContainer) at System.Web.UI.Control.InitRecursive(Control namingContainer) at System.Web.UI.Control.InitRecursive(Control namingContainer) at System.Web.UI.Control.AddedControl(Control control, Int32 index) at DotNetNuke.UI.Modules.ModuleHost.LoadAjaxPanel() in C:\Users\CTSU\Documents\Visual Studio 2010\Projects\DNALifeGlobal\CMS\Community\Library\UI\Modules\ModuleHost.cs:line 343 at DotNetNuke.UI.Modules.ModuleHost.CreateChildControls() in C:\Users\CTSU\Documents\Visual Studio 2010\Projects\DNALifeGlobal\CMS\Community\Library\UI\Modules\ModuleHost.cs:line 499 at System.Web.UI.Control.EnsureChildControls() at System.Web.UI.Control.PreRenderRecursiveInternal() at System.Web.UI.Control.PreRenderRecursiveInternal() at System.Web.UI.Control.PreRenderRecursiveInternal() at System.Web.UI.Control.PreRenderRecursiveInternal() at System.Web.UI.Control.PreRenderRecursiveInternal() at System.Web.UI.Control.PreRenderRecursiveInternal() at System.Web.UI.Control.PreRenderRecursiveInternal() at System.Web.UI.Control.PreRenderRecursiveInternal() at System.Web.UI.Control.PreRenderRecursiveInternal() at System.Web.UI.Control.PreRenderRecursiveInternal() at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) --- End of inner exception stack trace ---

4. When trying to access Search Admin:
RawURL: /dotnetnuke_community/Admin/Search-Admin 
InnerException: Attempt by method 'DynamicClass.lambda_method(System.Runtime.CompilerServices.Closure)' to access type 'System.ComponentModel.Composition.Hosting.ComposablePartCatalogCollection' failed. 
Message: DotNetNuke.Services.Exceptions.ModuleLoadException: Unhandled Error Adding Module to contentPane ---> System.TypeAccessException: Attempt by method 'DynamicClass.lambda_method(System.Runtime.CompilerServices.Closure)' to access type 'System.ComponentModel.Composition.Hosting.ComposablePartCatalogCollection' failed. at lambda_method(Closure ) at System.Linq.EnumerableQuery`1.GetEnumerator() at System.ComponentModel.Composition.Primitives.ComposablePartCatalog.GetExports(ImportDefinition definition) at System.ComponentModel.Composition.Hosting.AggregateCatalog.GetExports(ImportDefinition definition) at System.ComponentModel.Composition.Hosting.CatalogExportProvider.GetExportsCore(ImportDefinition definition, AtomicComposition atomicComposition) at System.ComponentModel.Composition.Hosting.ExportProvider.GetExports(ImportDefinition definition, AtomicComposition atomicComposition) at System.ComponentModel.Composition.Hosting.AggregateExportProvider.GetExportsCore(ImportDefinition definition, AtomicComposition atomicComposition) at System.ComponentModel.Composition.Hosting.ExportProvider.TryGetExportsCore(ImportDefinition definition, AtomicComposition atomicComposition, IEnumerable`1& exports) at System.ComponentModel.Composition.Hosting.CompositionContainer.GetExportsCore(ImportDefinition definition, AtomicComposition atomicComposition) at System.ComponentModel.Composition.Hosting.ExportProvider.GetExports(ImportDefinition definition, AtomicComposition atomicComposition) at System.ComponentModel.Composition.Hosting.ImportEngine.TryGetExports(ExportProvider provider, ComposablePart part, ImportDefinition definition, AtomicComposition atomicComposition) at System.ComponentModel.Composition.Hosting.ImportEngine.TrySatisfyImportSubset(PartManager partManager, IEnumerable`1 imports, AtomicComposition atomicComposition) at System.ComponentModel.Composition.Hosting.ImportEngine.TrySatisfyImportsStateMachine(PartManager partManager, ComposablePart part) at System.ComponentModel.Composition.Hosting.ImportEngine.TrySatisfyImports(PartManager partManager, ComposablePart part, Boolean shouldTrackImports) at System.ComponentModel.Composition.Hosting.ImportEngine.SatisfyImports(ComposablePart part) at System.ComponentModel.Composition.Hosting.CompositionServices.TryInvoke(Action action) at System.ComponentModel.Composition.Hosting.ComposablePartExportProvider.Compose(CompositionBatch batch) at DotNetNuke.ExtensionPoints.ExtensionPointManager.ComposeParts(Object[] attributeParts) in C:\Users\CTSU\Documents\Visual Studio 2010\Projects\DNALifeGlobal\CMS\Community\Library\ExtensionPoints\ExtensionPointManager.cs:line 88 at DotNetNuke.ExtensionPoints.ExtensionPointManager..ctor() in C:\Users\CTSU\Documents\Visual Studio 2010\Projects\DNALifeGlobal\CMS\Community\Library\ExtensionPoints\ExtensionPointManager.cs:line 94 at DotNetNuke.ExtensionPoints.EditPageTabExtensionControl.OnInit(EventArgs e) in C:\Users\CTSU\Documents\Visual Studio 2010\Projects\DNALifeGlobal\CMS\Community\Library\ExtensionPoints\EditPageTabExtensionControl.cs:line 67 at System.Web.UI.Control.InitRecursive(Control namingContainer) at System.Web.UI.Control.InitRecursive(Control namingContainer) at System.Web.UI.Control.InitRecursive(Control namingContainer) at System.Web.UI.Control.AddedControl(Control control, Int32 index) at DotNetNuke.UI.Modules.ModuleHost.LoadAjaxPanel() in C:\Users\CTSU\Documents\Visual Studio 2010\Projects\DNALifeGlobal\CMS\Community\Library\UI\Modules\ModuleHost.cs:line 343 at DotNetNuke.UI.Modules.ModuleHost.CreateChildControls() in C:\Users\CTSU\Documents\Visual Studio 2010\Projects\DNALifeGlobal\CMS\Community\Library\UI\Modules\ModuleHost.cs:line 499 at System.Web.UI.Control.EnsureChildControls() at DotNetNuke.UI.Modules.ModuleHost.get_ModuleControl() in C:\Users\CTSU\Documents\Visual Studio 2010\Projects\DNALifeGlobal\CMS\Community\Library\UI\Modules\ModuleHost.cs:line 118 at DotNetNuke.UI.Containers.Container.get_ModuleControl() in C:\Users\CTSU\Documents\Visual Studio 2010\Projects\DNALifeGlobal\CMS\Community\Library\UI\Containers\Container.cs:line 136 at DotNetNuke.UI.Containers.Container.ProcessModule() in C:\Users\CTSU\Documents\Visual Studio 2010\Projects\DNALifeGlobal\CMS\Community\Library\UI\Containers\Container.cs:line 426 at DotNetNuke.UI.Containers.Container.SetModuleConfiguration(ModuleInfo configuration) in C:\Users\CTSU\Documents\Visual Studio 2010\Projects\DNALifeGlobal\CMS\Community\Library\UI\Containers\Container.cs:line 589 at DotNetNuke.UI.Skins.Pane.InjectModule(ModuleInfo module) in C:\Users\CTSU\Documents\Visual Studio 2010\Projects\DNALifeGlobal\CMS\Community\Library\UI\Skins\Pane.cs:line 537 --- End of inner exception stack trace --- at DotNetNuke.UI.Skins.Pane.InjectModule(ModuleInfo module) in C:\Users\CTSU\Documents\Visual Studio 2010\Projects\DNALifeGlobal\CMS\Community\Library\UI\Skins\Pane.cs:line 556 at DotNetNuke.UI.Skins.Skin.InjectModule(Pane pane, ModuleInfo module) in C:\Users\CTSU\Documents\Visual Studio 2010\Projects\DNALifeGlobal\CMS\Community\Library\UI\Skins\Skin.cs:line 971


5. When trying to access Host Settings:
RawURL: /dotnetnuke_community/Host/File-Management/portalid/0 
InnerException: Attempt by method 'DynamicClass.lambda_method(System.Runtime.CompilerServices.Closure)' to access type 'System.ComponentModel.Composition.Hosting.ComposablePartCatalogCollection' failed. 
Message: DotNetNuke.Services.Exceptions.PageLoadException: Attempt by method 'DynamicClass.lambda_method(System.Runtime.CompilerServices.Closure)' to access type 'System.ComponentModel.Composition.Hosting.ComposablePartCatalogCollection' failed. ---> System.TypeAccessException: Attempt by method 'DynamicClass.lambda_method(System.Runtime.CompilerServices.Closure)' to access type 'System.ComponentModel.Composition.Hosting.ComposablePartCatalogCollection' failed. at lambda_method(Closure ) at System.Linq.EnumerableQuery`1.GetEnumerator() at System.ComponentModel.Composition.Primitives.ComposablePartCatalog.GetExports(ImportDefinition definition) at System.ComponentModel.Composition.Hosting.AggregateCatalog.GetExports(ImportDefinition definition) at System.ComponentModel.Composition.Hosting.CatalogExportProvider.GetExportsCore(ImportDefinition definition, AtomicComposition atomicComposition) at System.ComponentModel.Composition.Hosting.ExportProvider.GetExports(ImportDefinition definition, AtomicComposition atomicComposition) at System.ComponentModel.Composition.Hosting.AggregateExportProvider.GetExportsCore(ImportDefinition definition, AtomicComposition atomicComposition) at System.ComponentModel.Composition.Hosting.ExportProvider.TryGetExportsCore(ImportDefinition definition, AtomicComposition atomicComposition, IEnumerable`1& exports) at System.ComponentModel.Composition.Hosting.CompositionContainer.GetExportsCore(ImportDefinition definition, AtomicComposition atomicComposition) at System.ComponentModel.Composition.Hosting.ExportProvider.GetExports(ImportDefinition definition, AtomicComposition atomicComposition) at System.ComponentModel.Composition.Hosting.ImportEngine.TryGetExports(ExportProvider provider, ComposablePart part, ImportDefinition definition, AtomicComposition atomicComposition) at System.ComponentModel.Composition.Hosting.ImportEngine.TrySatisfyImportSubset(PartManager partManager, IEnumerable`1 imports, AtomicComposition atomicComposition) at System.ComponentModel.Composition.Hosting.ImportEngine.TrySatisfyImportsStateMachine(PartManager partManager, ComposablePart part) at System.ComponentModel.Composition.Hosting.ImportEngine.TrySatisfyImports(PartManager partManager, ComposablePart part, Boolean shouldTrackImports) at System.ComponentModel.Composition.Hosting.ImportEngine.SatisfyImports(ComposablePart part) at System.ComponentModel.Composition.Hosting.CompositionServices.TryInvoke(Action action) at System.ComponentModel.Composition.Hosting.ComposablePartExportProvider.Compose(CompositionBatch batch) at DotNetNuke.ExtensionPoints.ExtensionPointManager.ComposeParts(Object[] attributeParts) in C:\Users\CTSU\Documents\Visual Studio 2010\Projects\DNALifeGlobal\CMS\Community\Library\ExtensionPoints\ExtensionPointManager.cs:line 88 at DotNetNuke.ExtensionPoints.ExtensionPointManager..ctor() in C:\Users\CTSU\Documents\Visual Studio 2010\Projects\DNALifeGlobal\CMS\Community\Library\ExtensionPoints\ExtensionPointManager.cs:line 94 at DotNetNuke.ExtensionPoints.EditPagePanelExtensionControl.OnInit(EventArgs e) in C:\Users\CTSU\Documents\Visual Studio 2010\Projects\DNALifeGlobal\CMS\Community\Library\ExtensionPoints\EditPagePanelExtensionControl.cs:line 47 at System.Web.UI.Control.InitRecursive(Control namingContainer) at System.Web.UI.Control.InitRecursive(Control namingContainer) at System.Web.UI.Control.InitRecursive(Control namingContainer) at System.Web.UI.Control.AddedControl(Control control, Int32 index) at DotNetNuke.UI.Modules.ModuleHost.LoadAjaxPanel() in C:\Users\CTSU\Documents\Visual Studio 2010\Projects\DNALifeGlobal\CMS\Community\Library\UI\Modules\ModuleHost.cs:line 343 at DotNetNuke.UI.Modules.ModuleHost.CreateChildControls() in C:\Users\CTSU\Documents\Visual Studio 2010\Projects\DNALifeGlobal\CMS\Community\Library\UI\Modules\ModuleHost.cs:line 499 at System.Web.UI.Control.EnsureChildControls() at System.Web.UI.Control.PreRenderRecursiveInternal() at System.Web.UI.Control.PreRenderRecursiveInternal() at System.Web.UI.Control.PreRenderRecursiveInternal() at System.Web.UI.Control.PreRenderRecursiveInternal() at System.Web.UI.Control.PreRenderRecursiveInternal() at System.Web.UI.Control.PreRenderRecursiveInternal() at System.Web.UI.Control.PreRenderRecursiveInternal() at System.Web.UI.Control.PreRenderRecursiveInternal() at System.Web.UI.Control.PreRenderRecursiveInternal() at System.Web.UI.Control.PreRenderRecursiveInternal() at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) --- End of inner exception stack trace ---

 
New Post
8/10/2013 7:49 PM
 
Hi,

I have just done a fresh installation and faced the exact same problems following the guide at http://www.dnnsoftware.com/wiki/Page/How-to-Install-the-Source-Package-of-DotNetNuke

I then did another installation using the Install Package and everything is working fine.

Anyone can debug those errors?
 
Previous
 
Next
HomeHomeGetting StartedGetting StartedInstalling DNN ...Installing DNN ...General, Page Load, Module Load ExceptionsGeneral, Page Load, Module Load Exceptions


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