This is the specific error I'm getting:
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: BC30451: Name 'ConfigurationSettings' is not declared.
Source Error:
Line 83: Function Dates() As System.Data.IDataReader
Line 84: Dim connectionString As String = _
Line 85: ConfigurationSettings.AppSettings("ConnectionStrin g")
Line 86: Dim dbConnection As System.Data.IDbConnection = New System.Data.OleDb.OleDbConnection(connectionString )
Line 87:
Source File: C:\begaspnet11\wroxunited\default.aspx.
vb Line: 85
How do I fix it?
Thanks!
Rich