Sign in | Join
Last post 03-27-2008 12:35 PM by Mikhail Arkhipov (MSFT). 3 replies.
Sort Posts: Oldest to newest Newest to oldest
The problem is your app is running in x64, but there is no x64 edition of Jet. You would need to supply a x64 edition of Jet for this to work, but since there isn't one, you will need to switch your IIS configuration to run in 32-bit mode or use a different technology such as OLE DB.
See this Connect Feedback for more information: http://connect.microsoft.com/VisualStudio/feedback/ViewFeedback.aspx?FeedbackID=123311
Thanks vcsjones
Could you please give some more details.
connection string i am using is "Provider=Microsoft.Jet.OLEDB.4.0;Data Source= ..\ccmtweb\App_Data\ccmt.mdb".
how to make it ready for 64 bit?
How to configure IIS to 32 bit.
You cannot make 32-bit Jet dll working in 64 bits. And there is no 64-bit version. Please look here on how to configure IIS to 32 bit mode http://www.microsoft.com/technet/prodtechnol/WindowsServer2003/Library/IIS/405f5bb5-87a3-43d2-8138-54b75db73aa1.mspx?mfr=true