i develop map show thematic and sharpfile. when run app on localhost ok but i copy project on server. show message
The 'Microsoft.Jet.OLEDB.4.0' provider is not registered on the local machine.
why
error.docx (912 KB)
i develop map show thematic and sharpfile. when run app on localhost ok but i copy project on server. show message
why
error.docx (912 KB)
Hi Thanom,
This message appears when a 64-bit application attempts to make a OLE DB queries and there is no 64-bit Jet OLE DB Provider. If you compile your application as x86 you should not receive this message.
I would also like to alert you to our handy Google Search for our forum. With a quick search for 'OLEDB.4.0' you could have found several answers to your question. :)
thank you
You are welcome.