Wine 1.1.32 (Kronenberg), .Net 2.0 and MDAC 2.8

View: New views
3 Messages — Rating Filter:   Alert me  

Wine 1.1.32 (Kronenberg), .Net 2.0 and MDAC 2.8

by redvivi :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hello,

        I installed on a clean wine setup the .Net framework 2.0 and MDAC 2.8 via Winetricks to run a custom software, written in VB.Net, that accesses to a .mdb MSACCESS Database. When I start the custom app, I get this message: "Couldn't establish a connection to the database. The .Net Framework Data Providers require Microsoft Access Components(MDAC). Please install Microsoft Access Components(MDAC) version 2.6 or later.". I'm confused because MDAC is already installed. I tried with all the MDAC versions available on winetricks and I get the same error. Did I miss something ?

Regards,
Vianney




Parent Message unknown Re: Wine 1.1.32 (Kronenberg), .Net 2.0 and MDAC 2.8

by DaVince :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

does running with native oledb32.dll help?

So maybe you could try following on a new ~/.wine:

set oledb32.dll to native (only) in winecfg. Then do

winetricks mdac28 jet40 dotnet20

then install and try run the app.

Also, console output is always useful ;)






Re: Wine 1.1.32 (Kronenberg), .Net 2.0 and MDAC 2.8

by redvivi :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


> does running with native oledb32.dll help?
>
> So maybe you could try following on a new ~/.wine:
>
> set oledb32.dll to native (only) in winecfg. Then do
>
> winetricks mdac28 jet40 dotnet20
>
> then install and try run the app.
>
> Also, console output is always useful ;)
>

Set oledb32.dll to native (only) works ! Thanks a lot !