Could not find the specified key "ModuleName" or class id "ListsResources".
After upgrading from 4.1 to 4.1SP1 I am running into a couple of issues.
1) When I first restart the server and attempt to log in I receive the following error:
<?xml version="1.0" encoding="utf-8"?><systemConfig build="1395" previousBuild="1339"> <servicesModules> <add version="4.1.1395.0" name="Search" /> </servicesModules> <applicationModules> <add version="4.1.1395.0" name="News" /> <add version="4.1.1395.0" name="Blogs" /> <add version="4.1.1395.0" name="Events" /> <add version="4.1.1395.0" name="Libraries" /> <add version="4.1.1395.0" name="Forms" /> <add title="" description="" resourceClassId="" startupType="OnFirstCall" version="4.1.1395.0" name="Lists" /> <add version="4.1.1395.0" name="Analytics" /> <add version="4.1.1395.0" name="Scheduling" /> <add version="4.1.1395.0" name="Publishing" /> <add version="4.1.1395.0" name="Newsletters" /> <add version="4.1.1395.0" name="GenericContent" /> <add version="4.1.1395.0" name="ControlTemplates" /> </applicationModules></systemConfig>Hello Anthony,
Do you have any custom controls or modules?
If you get this error it means that one of the modules is removed from the system
configuration and/or it fails to initialize properly. If it does not initialize
properly it will not be able to load its localization resources.
So please
verify that your module is correctly registered / or removed - if it is custom module / from your system
and the references / dependencies, assemblies / are correctly set as show in
our documentation.
If you have deleted the Lists module or its dependency please make sure to visit this thread
www.sitefinity.com/.../newsletter-enhancements-in-q1-2011.aspx
where you can find a solution, proposed by my colleague Boyan.
Regards,
Victor Velev
the Telerik team