> Unfortunately, the PrivateBinPath only applies to managed assemblies, not > to > native DLLs. The native DLL search mechanism built into Windows uses > completely > different search semantics. See: > > http://msdn.microsoft.com/en-us/library/ms684179%28v=VS.85%29.aspx > Thanks, now I understand why it doesn't work. It also means that I may end up with the same problem with other assemblies using non managed ones...
> Yes, it is possible, if you follow the guidelines outlined in the above > linked > MSDN documentation. However, using the bundled version may be a lot easier > in > your case, especially since you already have separate directories for > 32-bit > and 64-bit. > Indeed using the bundled version seems like being the easiest way. Thanks a lot. Riz Thon _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

