Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AnyCPU build #51

Open
channell opened this issue Apr 25, 2020 · 4 comments
Open

AnyCPU build #51

channell opened this issue Apr 25, 2020 · 4 comments

Comments

@channell
Copy link

I need to use a 64-bit version of the library for integration in a database synchronisation server, but the nuget package is x86 only. I've downloaded the code and compiled/tested with x64 using "Microsoft.ACE.OLEDB.16.0"; and works fine with the 64-bit OLEDB provider. There is no change other than targeting AnyCPU and referencing Microsoft.ACE.OLEDB.16.0 in JetEntityFrameworkProvider.Test.Helpers.GetJetConnectionString()
I'm happy to checkin (if you like), but would need the nuget package updated.

Excellent libary

@bubibubi
Copy link
Owner

The library is compiled for AnyCPU.
The Jet OLEDB Provider version (32/64) depends on your installation of the Jet OLEDB Provider (you can have more than one).
In my case I'm using the Microsoft.ACE.OLEDB.12.0 64 bit and the Microsoft.ACE.OLEDB.15.0 32 bits but it's my installation. Just specify your right provider in the connection string.
About tests, they are related to my installation.

@channell
Copy link
Author

channell commented Apr 27, 2020 via email

@bubibubi
Copy link
Owner

Did you enable "download previews" on NuGet? The latest version is 6.2.0-rc1

@bubibubi bubibubi reopened this Apr 27, 2020
@channell
Copy link
Author

channell commented Apr 27, 2020 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants