I have developed serveral apps, including one as a test after getting this error that use Access Database (2000) - same version as in error that I get which is the following:
System.Runtime.InteropServices.COMException: Class not registered
The .Net Data OLE DB Provider(System.Data.OleDb) requires Microsoft Data Access Components(MDAC). Please install Microsoft Data Access Components(MDAC) version 2.6 or later.
I have 2.7 SP1 installed. As I said I know it works because I even made a connection (copy and pasted connection string) afterwards in a brand new application. I thought maybe some weird permissions thing was going on since this was with ASP (first project in ASP that used Access rather than SQL Server), so I gave Everyone Full Control to test, but still same error. I would normally use SQL Server but this project does not allow me to.
Has anyone seen this before or have any ideas what I should look at? Tried msdn but couldnt find no help there (besides the obvious). For the heck of it I reinstalled 2.7 SP1 and still get same error - didnt think nothing would change.
System.Runtime.InteropServices.COMException: Class not registered
The .Net Data OLE DB Provider(System.Data.OleDb) requires Microsoft Data Access Components(MDAC). Please install Microsoft Data Access Components(MDAC) version 2.6 or later.
I have 2.7 SP1 installed. As I said I know it works because I even made a connection (copy and pasted connection string) afterwards in a brand new application. I thought maybe some weird permissions thing was going on since this was with ASP (first project in ASP that used Access rather than SQL Server), so I gave Everyone Full Control to test, but still same error. I would normally use SQL Server but this project does not allow me to.
Has anyone seen this before or have any ideas what I should look at? Tried msdn but couldnt find no help there (besides the obvious). For the heck of it I reinstalled 2.7 SP1 and still get same error - didnt think nothing would change.