Problem with Configuration Module
Hi,
I have been using the code with this book to create my own CMS. I have copied the code 99%. However I am getting the following problem.
An error occurred creating the configuration section handler for xxxCMS: Could not load type 'xxxCMS.ConfigSection' from assembly '__code'.
<configSections>
<section name="xxxCMS" type="xxxCMS.ConfigSection, __code"/>
</configSections>
This occurs when i try to interact with the database.
Could someone help me please, I am hoping it is only something small.
|