Settings no longer accessible

Posted by Community Admin on 04-Aug-2018 22:59

Settings no longer accessible

All Replies

Posted by Community Admin on 04-Apr-2011 00:00

In one of my projects I can no longer access the Settings page in the Administration section. I get the following exception:

Could not find the specified key "Newsletters" or class id "NewslettersResources".



Is there a way to 'reset' Sitefinity so I can access the settings again?

Thanks!

Posted by Community Admin on 05-Apr-2011 00:00

Hello Michiel van Oosterhout,

Did you, by any chance, try removing the Newsletters module? Such and error might occur because NewslettersResources are referenced in the Basic settings sidebar template, so removing the module gives you this error when accessing Administration >> Settings.
You need to register it again now, and restart the application. You do that by putting the following line in your AppData/Sitefinity/Configuration/SystemConfig.config file of your SitefinityWebApp project

Copy Code
Copy Code
<add name="Newsletters" />
Restart the application and the Newsletters module should be installed, and you will be able to access the Settings page.

Regards,
Boyan Barnev
the Telerik team

Posted by Community Admin on 05-Apr-2011 00:00

I don't think I removed the Newsletter module. But I did rename the assembly of my custom module after it was installed. When I undid the change to my custom module the Newsletter exception disappeared.

This thread is closed