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 ...