Posted on: 3/25/2015 9:36:45 PM | Views : 1924

Hello Folks,
When I tried to instantiate the class:
 DatabaseProviderFactory factory = new DatabaseProviderFactory();
I got the error:
Compiler Error Message: CS0122: 'Microsoft.Practices.EnterpriseLibrary.Data.DatabaseProviderFactory.DatabaseProviderFactory()' is inaccessible due to its protection level
Anyone knows what is the problem?
Cannot see any explanations by googling.
Thanks

Go to the complete details ...