-
Notifications
You must be signed in to change notification settings - Fork 35
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
Successful compile, bad SQL DLL #10
Comments
Running Win7 x64 as well. Currently I just copy it over and replace the reference every time I sync with the main branch. This is my first time dealing with x64 and x86, so not sure why it works. |
I can't replicate the problem over here. I needed to build a new DLL because I needed to use a config file to run the DLL with .NET 2.0. I'm not exactly sure what the problem is, honestly. |
Zach by chance do you have sqlite installed? I.e: |
Stop running things in "Any CPU", mine works with "x86" but not with "Any CPU". My SQLite is built with "Any CPU", so I have no idea why it's targeting x86. |
I did have SQLite installed, by the way. I "uninstalled" it (the uninstalled crashed while uninstalling, said it still uninstalled successfully and I don't see it in the GAC) it still runs just fine when build in x86. |
OK so its not in the GAC that should make us all have a consistent base to work from..... still not sure why SQL for .NET is so picky. |
Ok, so this is weird. I'm just going to revert back to the .NET 2.0 DLL for now since we know it works. |
I am running Win7 x64. In order to open the character.db file successfully. I needed to download and replace the System.Data.SQLite.dll with the version from:
http://system.data.sqlite.org/downloads/1.0.87.0/sqlite-netFx40-static-binary-bundle-Win32-2010-1.0.87.0.zip
My build target is the default 32-bit Debug.
However since the build is for 32 bit it requires the 32bit .DLL AFAIK.
The text was updated successfully, but these errors were encountered: