Server Error in '/' Application.

Unspecified error

Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.Data.OleDb.OleDbException: Unspecified error

Source Error:


Line 11:             Dim myConnection As New OleDb.OleDbConnection(ConfigurationSettings.AppSettings("ConnectionString"))
Line 12:             Dim myCommand As New OleDb.OleDbCommand(mySelectQuery, myConnection)
Line 13:             myConnection.Open()
Line 14:             'Dim myReader As OleDb.OleDbDataReader = myCommand.ExecuteReader()
Line 15:             'Try

Source File: D:\FTP\jimfrazee4\Htdocs\Components_MenuItemsDB.vb    Line: 13

Stack Trace:


[OleDbException (0x80004005): Unspecified error]
   System.Data.OleDb.OleDbConnection.ProcessResults(Int32 hr) +20
   System.Data.OleDb.OleDbConnection.InitializeProvider() +57
   System.Data.OleDb.OleDbConnection.Open() +203
   CARDA.MenuItemsDB.GetMenuItems() in D:\FTP\jimfrazee4\Htdocs\Components_MenuItemsDB.vb:13
   ASP._menu_ascx.Page_Load(Object sender, EventArgs e) in D:\FTP\jimfrazee4\Htdocs\_Menu.ascx:30
   System.EventHandler.Invoke(Object sender, EventArgs e) +0
   System.Web.UI.Control.OnLoad(EventArgs e) +67
   System.Web.UI.Control.LoadRecursive() +35
   System.Web.UI.Control.LoadRecursive() +98
   System.Web.UI.Page.ProcessRequestMain() +750


Version Information: Microsoft .NET Framework Version:1.1.4322.2032; ASP.NET Version:1.1.4322.2032