Help ASAP Need this Error Fixed!
why am i getting this error and how can i fix it ?
Code:
Server Error in '/ClaytorsCottages' Application.
--------------------------------------------------------------------------------
The Microsoft Jet database engine cannot open the file 'C:\Inetpub\wwwroot\ClaytorsCottages\bin\ClaytorsCottagesAccess.mdb'. It is already opened exclusively by another user, or you need permission to view its data.
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: The Microsoft Jet database engine cannot open the file 'C:\Inetpub\wwwroot\ClaytorsCottages\bin\ClaytorsCottagesAccess.mdb'. It is already opened exclusively by another user, or you need permission to view its data.
Source Error:
Line 123: Private Sub Page_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
Line 124: 'Put user code to initialize the page here
Line 125: daGuest.Fill(dsGuest)
Line 126: End Sub
Line 127:
Source File: c:\inetpub\wwwroot\ClaytorsCottages\Guest.aspx.vb Line: 125
Stack Trace:
[OleDbException (0x80004005): The Microsoft Jet database engine cannot open the file 'C:\Inetpub\wwwroot\ClaytorsCottages\bin\ClaytorsCottagesAccess.mdb'. It is already opened exclusively by another user, or you need permission to view its data.]
System.Data.OleDb.OleDbConnection.ProcessResults(Int32 hr)
System.Data.OleDb.OleDbConnection.InitializeProvider()
System.Data.OleDb.OleDbConnection.Open()
System.Data.Common.DbDataAdapter.QuietOpen(IDbConnection connection, ConnectionState& originalState)
System.Data.Common.DbDataAdapter.Fill(Object data, Int32 startRecord, Int32 maxRecords, String srcTable, IDbCommand command, CommandBehavior behavior)
System.Data.Common.DbDataAdapter.Fill(DataSet dataSet, Int32 startRecord, Int32 maxRecords, String srcTable, IDbCommand command, CommandBehavior behavior)
System.Data.Common.DbDataAdapter.Fill(DataSet dataSet)
ClaytorsCottages.Guest.Page_Load(Object sender, EventArgs e) in c:\inetpub\wwwroot\ClaytorsCottages\Guest.aspx.vb:125
System.Web.UI.Control.OnLoad(EventArgs e)
System.Web.UI.Control.LoadRecursive()
System.Web.UI.Page.ProcessRequestMain()
--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:1.0.3705.0; ASP.NET Version:1.0.3705.0