All, I'm adding SQLite support to the open source Orchard project (which is
an ASP.Net CMS) and I'm running into a problem with System.Data.SQLite
preloading. When I debug in Visual Studio, IIS Express copies all of the
Assemblies in my "bin" directory to a folder into the "AppData\Temporary
ASP.Net Files" folder. Unfortunately, it does not copy the
System.Data.SQLite.dll.config file or the x86 and amd64 subfolders of bin
which contain my interop files. This causes preloading to fail and I get a
DLLNotFoundException. I can work around this by putting the x86 and amd64
folders in the root of the website but that's a bit messy looking.



Is there any way so the preloading base directory is from where the
System.Data.SQLite.dll file originally came from when I can't set the
environment variables or have a config file in the same folder as the
executing assembly (which I can't in this case).


Thanks,


Eric


----------
Eric Schultz, Developer Advocate, Outercurve Foundation
http://www.outercurve.org
eschu...@outercurve.org
cell: 920-539-0404
skype: ericschultzwi
@EricOutercurve
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to