Access database error “Could not find file”?

nickiscooler

New Member
I have been using Access database as db of choice for a long time now and this is the first time I have run into the following error message:\[code\]Could not find file 'C:\Program Files\Common Files\Microsoft Shared\DevServer\10.0\dbo.mdb'\[/code\]First, I don't have a db called dbo.mdb.Second, the path to the db is defined in my web.config file thus:\[code\]<connectionStrings><add name="cingconstrng" connectionString="Provider=Microsoft.Jet.OLEDB.4.0;Data Source=c:\inetpub\wwwroot\Roster\App_Data\AllStars.mdb" providerName="System.Data.OleDb" /></connectionStrings>\[/code\]Funniest part is that I am passing the connection string to some files without problem.So, why is it different with this file?Is it because I am inserting records into the db with with this file?Any ideas is greatly appreciated. I have been working on this issue since last night and googling hasn't provided any solutions.
 
Back
Top