On Tue, Feb 26, 2013 at 11:34 AM, Gilles Ganault <gilles.gana...@free.fr>wrote:

> Next, just to check, I reinstalled a fresh Windows7 + VS Express 201
> to try the "Precompiled binaries no bundle" this time.
>
> Even with the VC++ 2012 runtime, it still complained about
> "SQLite.Interop.dll : The specified module could not be found".
>
> Turns out the wiki is half-wrong: When using the "no bundle" package,
> instead of using some "Externals" sub-directory,  it must be unpacked
> in either the Debug\Release directory or some location that's part of
> the PATH.


Because there are actually a number of different ways the (CLR)untime
locates assemblies, I ~believe~ the FAQ only attempts to offer a general
advisement about the "Externals" folder as a *HINT*. The rest is up to the
programmer.

http://msdn.microsoft.com/en-us/library/yx7xezcf(v=vs.110).aspx

You most likely would be fine with using the privatePath attribute of the
<probing> <http://msdn.microsoft.com/en-us/library/823z9h8w.aspx> element:

http://msdn.microsoft.com/en-us/library/823z9h8w.aspx

in your app.config file in the <configuration section>


Cheers,
--
   --
      --
         --Ô¿Ô--
        K e V i N
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to