Hi,
I am trying to configure EF5 with Oracle using ODP.NET. I can get the connection established and load the database tables.
However were I try to run the project I get following error:
An exception of type 'System.TypeInitializationException' occurred in EntityFramework.dll but was not handled in user code
Additional information: The type initializer for 'System.Data.Entity.Internal.AppConfig' threw an exception.
I have created the ADO.NET Entity Data Model inside a class library.
Can someone suggest what is the entries required to be set in the web.config and app.config(for library).
Thanks in advance!