Server Error in '/' Application.

'e:\0\18\40\18529\user\20046\htdocs\db\DLocator.mdb' is not a valid path.  Make sure that the path name is spelled correctly and that you are connected to the server on which the file resides.

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: 'e:\0\18\40\18529\user\20046\htdocs\db\DLocator.mdb' is not a valid path.  Make sure that the path name is spelled correctly and that you are connected to the server on which the file resides.

Source Error:


Line 95: 	objConn = New OleDbConnection(connString)
Line 96: 	
Line 97: 	objConn.Open()
Line 98: 	cmdSelect= New OleDbCommand( "SELECT Dealer_Info.* FROM Dealer_Info WHERE (State <>'AL') AND (State <> 'AK') AND (State <> 'AZ') AND (State <> 'AR') AND (State <> 'CA') AND (State <> 'CO') AND (State <> 'CT') AND (State <> 'DE') AND (State <> 'DC') AND (State <> 'FL') AND (State <> 'GA') AND (State <> 'HI') AND (State <> 'ID') AND (State <> 'IL') AND (State <> 'IN') AND (State <> 'IA') AND (State <> 'KS') AND (State <> 'KY') AND (State <> 'LA') AND (State <> 'ME') AND (State <> 'MD') AND (State <> 'MA') AND (State <> 'MI') AND (State <> 'MN') AND (State <> 'MS') AND (State <> 'MO') AND (State <> 'MT') AND (State <> 'NE') AND (State <> 'NV') AND (State <> 'NH') AND (State <> 'NJ') AND (State <> 'NM') AND (State <> 'NY') AND (State <> 'NC') AND (State <> 'ND') AND (State <> 'OH') AND (State <> 'OK') AND (State <> 'OR') AND (State <> 'PA') AND (State <> 'RI') AND (State <> 'SC') AND (State <> 'SD') AND (State <> 'TN') AND (State <> 'TX') AND (State <> 'UT') AND (State <> 'VT') AND (State <> 'VA') AND (State <> 'WA') AND (State <> 'WV') AND (State <> 'WI') AND (State <> 'WY') ORDER BY Dealer_Name", objConn)
Line 99: 		

Source File: E:\0\0\18\40\18529\user\20046\htdocs\pages\international.aspx    Line: 97

Stack Trace:


[OleDbException (0x80004005): 'e:\0\18\40\18529\user\20046\htdocs\db\DLocator.mdb' is not a valid path.  Make sure that the path name is spelled correctly and that you are connected to the server on which the file resides.]
   System.Data.OleDb.OleDbConnectionInternal..ctor(OleDbConnectionString constr, OleDbConnection connection) +1054769
   System.Data.OleDb.OleDbConnectionFactory.CreateConnection(DbConnectionOptions options, Object poolGroupProviderInfo, DbConnectionPool pool, DbConnection owningObject) +53
   System.Data.ProviderBase.DbConnectionFactory.CreateNonPooledConnection(DbConnection owningConnection, DbConnectionPoolGroup poolGroup) +27
   System.Data.ProviderBase.DbConnectionFactory.GetConnection(DbConnection owningConnection) +47
   System.Data.ProviderBase.DbConnectionClosed.OpenConnection(DbConnection outerConnection, DbConnectionFactory connectionFactory) +105
   System.Data.OleDb.OleDbConnection.Open() +37
   ASP.pages_international_aspx.__Render__control1(HtmlTextWriter __w, Control parameterContainer) in E:\0\0\18\40\18529\user\20046\htdocs\pages\international.aspx:97
   System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children) +2065851
   System.Web.UI.Control.RenderChildren(HtmlTextWriter writer) +24
   System.Web.UI.Page.Render(HtmlTextWriter writer) +26
   System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter) +25
   System.Web.UI.Control.RenderControl(HtmlTextWriter writer, ControlAdapter adapter) +121
   System.Web.UI.Control.RenderControl(HtmlTextWriter writer) +22
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1896


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