ConfigurationErrorsException

Posts   
 
    
HaulMark
User
Posts: 24
Joined: 11-Aug-2004
# Posted on: 18-Dec-2018 13:00:41   

I have an application which requires <customTypeSettings>...</customTypeSettings> in the App.Config file. When I attempt to customize the application with LLBLGen Pro my application halts when the following definition occurs:

ProcessQueueEntity ePQ = new ProcessQueueEntity();

With:

System.TypeInitializationException: 'The type initializer for 'SD.LLBLGen.Pro.ORMSupportClasses.EntityCore`1' threw an exception.'

Exception #1: ConfigurationErrorsException: Configuration system failed to initialize Exception #2: ConfigurationErrorsException: Unrecognized configuration section customTypeSettings.

Is there a way to have LLBLGen ignore this section? Any ideas on how to get around it?

HaulMark
User
Posts: 24
Joined: 11-Aug-2004
# Posted on: 18-Dec-2018 13:11:49   

All Set - My mistake - I had a missing section in the App.Config.