jdavies
Posts: 1
|
| Posted: 06/23/2011, 4:46 PM |
|
Hi, Just thought I would add to forums as I didn't see any solution for this.
Had an issue running the sample applications eg employee directory under windows 7 64bit ( IIS 7). which uses a access database.
When you run the project you will get;
The 'Microsoft.Jet.OLEDB.4.0' provider is not registered on the local machine.
To fix
1) find out your application pool you are using for your website. i.e. basic settings in properties of website. 2) Then go into applications pools - Choose the application pool the website is using in 1) and then choose advanced settings. and then set "enable 32-bit applications" to true. Then all should run OK.
|
 |
 |
datadoit
|
| Posted: 06/23/2011, 4:52 PM |
|
http://forums.codecharge.com/posts.php?post_id=113565
|
|
|
 |
|