DotNetNuke
-
hai all, sorry to post this question here.i dont find a special forum for this ...thats why i am posting this ques here.I am new to DNN .. while creating report module i am getting this error. Error: UserReports is currently unavailable. DotNetNuke.Services.Exceptions.ModuleLoadException: Unable to cast object of type 'ASP.desktopmodules_userreports_viewuserreports_ascx' to type 'DotNetNuke.Entities.Modules.PortalModuleBase'. ---> System.InvalidCastException: Unable to cast object of type 'ASP.desktopmodules_userreports_viewuserreports_ascx' to type 'DotNetNuke.Entities.Modules.PortalModuleBase'. at DotNetNuke.UI.Skins.Skin.InjectModule(Control objPane, ModuleInfo objModule, PortalSettings PortalSettings) --- End of inner exception stack trace ---
with Regards, Imthiyas Ahamed.A
-
hai all, sorry to post this question here.i dont find a special forum for this ...thats why i am posting this ques here.I am new to DNN .. while creating report module i am getting this error. Error: UserReports is currently unavailable. DotNetNuke.Services.Exceptions.ModuleLoadException: Unable to cast object of type 'ASP.desktopmodules_userreports_viewuserreports_ascx' to type 'DotNetNuke.Entities.Modules.PortalModuleBase'. ---> System.InvalidCastException: Unable to cast object of type 'ASP.desktopmodules_userreports_viewuserreports_ascx' to type 'DotNetNuke.Entities.Modules.PortalModuleBase'. at DotNetNuke.UI.Skins.Skin.InjectModule(Control objPane, ModuleInfo objModule, PortalSettings PortalSettings) --- End of inner exception stack trace ---
with Regards, Imthiyas Ahamed.A
Inherit DotNetNuke.Entities.Modules.PortalModuleBase in your user control class.
Everything Is Possible!