OK, This comment says nothing! Can someone please explain what this error means!
Compilation Error
Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately.
Compiler Error Message: CS0122: 'assessmentconfiguration.dbProviderName' is inaccessible due to its protection level
Source Error:
Line 33: public static DbCommand CreateCommand()
Line 34: {
Line 35: string dataProviderName = assessmentconfiguration.dbProviderName;
Line 36: string connectionString = assessmentconfiguration.dbConnectionString;
Line 37: DbProviderFactory factory = DbProviderFactories.GetFactory(dataProviderName);
Source File: c:\Documents and Settings\My Documents\Visual Studio 2005\WebSites\WebSite7\App_Code\GenericDataAccess.cs Line: 35