I'm developing a custom module and wanted to install the latest version on my local development server to gauge progress and track issues. I created a new public page and tried to add the installed module to the page. When clicking the plus sign on the edit section of the page for the custom module, the module is not added. A check of the admin logs shows the following:
AbsoluteURL:/Default.aspx
DefaultDataProvider:DotNetNuke.Data.SqlDataProvider, DotNetNuke
ExceptionGUID:90727585-209d-434b-8847-f6fa434d8939
AssemblyVersion:
PortalId:-1
UserId:-1
TabId:-1
RawUrl:
Referrer:
UserAgent:
ExceptionHash:wU8iYxuIkTJMw1u9pq/+WJP3l+o=
Message:Value cannot be null. Parameter name: type
StackTrace:
at System.Activator.CreateInstance(Type type, Boolean nonPublic) at System.Activator.CreateInstance(Type type) at DotNetNuke.UI.Skins.Pane.IsVesionableModule(ModuleInfo moduleInfo) at DotNetNuke.UI.Skins.Pane.InjectModule(ModuleInfo module) at DotNetNuke.UI.Skins.Skin.InjectModule(Pane pane, ModuleInfo module)
InnerMessage:
InnerStackTrace:
Source:mscorlib
FileName:
FileLineNumber:0
FileColumnNumber:0
Method:
While this doesn't appear to be specific to my custom module, I'm not certain what's causing the error or how to rectify? Any guidance is greatly appreciated.
Thanks,
Sid