Hi,
I'm experiencing a "Could not load type 'DotNetNuke.Modules.Events.Events'" error when navigating to the page where I have the Event module (I have the lattest version of DNN). You can find the whole stack trace at the end of this message.
How it happened? The site was working ok in my ISP hosting server until we started experiencing cotinous timeouts (apparently nothing to do with the error). After the timeout problems were corrected (the ISP probably restarted the site or the IIS) we found out that we had another module load error.. something like that the name of the skin control was ambiguous in the namespace 'ASP' when attempting to modifiy a page or create a new one.
Not knowing why we had this error, I "worked it out" by uploading all the site files again (from my dev PC to the ISP site via FTP).. and voila!!! The ambiguous name error dissapeared... only to get this new error in the event module (the error mentioned at the begining of this message).
So I uploaded again by FTP the files in the DesktopModules/Events folder again... to no avail...
Does anyone know how to fix this?
Can I try to reinstall the module? What should I take into consideration to preserve the database info associated to the events module?
Should I try re-uploading al site files again, but this time deleting first the files in the production site? (maybe the problem is that there is some "crap" there causing the problem, and just overwriting the "good" files won't be enough)
Thanks in advance!!
PS: If you think I should post this thread in the events module forum rahter that here, please let me know
====================================================
Error: Calendario de Eventos no está disponible en este momento. //(Translation: 'Calendario de eventos' (the name i chose, because the site language is spanish) is not available at this moment.
DotNetNuke.Services.Exceptions.ModuleLoadException: Could not load type 'DotNetNuke.Modules.Events.Events'. ---> System.Web.HttpParseException: Could not load type 'DotNetNuke.Modules.Events.Events'. ---> System.Web.HttpParseException: Could not load type 'DotNetNuke.Modules.Events.Events'. ---> System.Web.HttpException: Could not load type 'DotNetNuke.Modules.Events.Events'. at System.Web.UI.TemplateParser.GetType(String typeName, Boolean ignoreCase, Boolean throwOnError) at System.Web.UI.TemplateParser.ProcessInheritsAttribute(String baseTypeName, String codeFileBaseTypeName, String src, Assembly assembly) at System.Web.UI.TemplateParser.PostProcessMainDirectiveAttributes(IDictionary parseData) --- End of inner exception stack trace --- at System.Web.UI.TemplateParser.ProcessException(Exception ex) at System.Web.UI.TemplateParser.ParseStringInternal(String text, Encoding fileEncoding) at System.Web.UI.TemplateParser.ParseString(String text, VirtualPath virtualPath, Encoding fileEncoding) --- End of inner exception stack trace --- at System.Web.UI.TemplateParser.ParseString(String text, VirtualPath virtualPath, Encoding fileEncoding) at System.Web.UI.TemplateParser.ParseFile(String physicalPath, VirtualPath virtualPath) at System.Web.UI.TemplateParser.ParseInternal() at System.Web.UI.TemplateParser.Parse() at System.Web.Compilation.BaseTemplateBuildProvider.get_CodeCompilerType() at System.Web.Compilation.BuildProvider.GetCompilerTypeFromBuildProvider(BuildProvider buildProvider) at System.Web.Compilation.BuildProvidersCompiler.ProcessBuildProviders() at System.Web.Compilation.BuildProvidersCompiler.PerformBuild() at System.Web.Compilation.BuildManager.CompileWebFile(VirtualPath virtualPath) at System.Web.Compilation.BuildManager.GetVPathBuildResultInternal(VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile) at System.Web.Compilation.BuildManager.GetVPathBuildResultWithNoAssert(HttpContext context, VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile) at System.Web.UI.TemplateControl.LoadControl(VirtualPath virtualPath) at System.Web.UI.TemplateControl.LoadControl(String virtualPath) at DotNetNuke.UI.Skins.Skin.InjectModule(Control objPane, ModuleInfo objModule, PortalSettings PortalSettings) --- End of inner exception stack trace ---