Server Error in '/' Application.

Could not use ''; file already in use.

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: Could not use ''; file already in use.

Source Error:


Line 61:         baglanti = New OleDbConnection("provider=microsoft.jet.oledb.4.0;data source=" & MapPath("~/App_Data/teknolojix.mdb"))
Line 62:         sqlcumle = New OleDbDataAdapter("select * from robotlar where id=" & id, baglanti)
Line 63:         baglanti.Open()
Line 64:         okuyucu = New DataSet
Line 65:         sqlcumle.Fill(okuyucu)

Source File: C:\inetpub\vhosts\teknolojivebilim.com\httpdocs\robot\robotdetay.aspx.vb    Line: 63

Stack Trace:


[OleDbException (0x80004005): Could not use ''; file already in use.]
   System.Data.OleDb.OleDbConnectionInternal..ctor(OleDbConnectionString constr, OleDbConnection connection) +1131233
   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
   teknolojidetay.haber(Int32 id) in C:\inetpub\vhosts\teknolojivebilim.com\httpdocs\robot\robotdetay.aspx.vb:63
   teknolojidetay.Page_Load(Object sender, EventArgs e) in C:\inetpub\vhosts\teknolojivebilim.com\httpdocs\robot\robotdetay.aspx.vb:49
   System.Web.UI.Control.OnLoad(EventArgs e) +99
   System.Web.UI.Control.LoadRecursive() +47
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1436


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