Re: [sqlite] pre-loading with nuget fails to copy SQLite Interop Library

2014-12-16 Thread defelix72
Thanks a lot for your answer William.
I understood and actually I found out that it is as you said: differently
from previuos versions, now the x86/64 folders and interop files are copied
to the bin folder without putting tham in the rrot of the project and
setting for copying to the output folder.
Now the project it works, my issue was different,in any case thanks so much.
Luca

2014-12-16 17:14 GMT+01:00 Drago, William @ CSG - NARDAEAST [via SQLite] <
ml-node+s1065341n79663...@n5.nabble.com>:
>
> There were changes to the NuGet packages in 1.0.94 that may have something
> to do with what you're experiencing. Also, it looks like there are some
> NuGet bug fixes scheduled for the next release. I am using 1.0.94 Core with
> no issues (the x86/64 folders and interop files are copied to the bin
> folder and all works as it should).
>
> See:
> http://system.data.sqlite.org/index.html/doc/trunk/www/news.wiki
>
> --
> Bill Drago
> Senior Engineer
> L3 Communications / Narda Microwave East
> 435 Moreland Road
> Hauppauge, NY 11788
> 631-272-5947 / [hidden email]
> <http:///user/SendEmail.jtp?type=node&node=79663&i=0>
>
>
> > -Original Message-
> > From: [hidden email]
> <http:///user/SendEmail.jtp?type=node&node=79663&i=1> [mailto:
> sqlite-users-
> > [hidden email] <http:///user/SendEmail.jtp?type=node&node=79663&i=2>]
> On Behalf Of defelix72
> > Sent: Tuesday, December 16, 2014 5:57 AM
> > To: [hidden email] <http:///user/SendEmail.jtp?type=node&node=79663&i=3>
> > Subject: [sqlite] pre-loading with nuget fails to copy SQLite Interop
> > Library
> >
> > Hi all,
> > I have a project in .net 4.5, I have been using System.Data.SQLite.Core
> > assembly 1.0.86.0 from nuget  with the preloading native library
> > feature that copied in the folders x64 and x86 the corrensponding
> > SQLite Interop Library.
> > Now I would like to do the same with the latest packages from nuget,
> > but the sub folders, x64 and x86, are not created and so no SQLite
> > Interop Library gets loaded in the project.
> > Am I doing something wrong?
> > Has the process of installation from nuget changed with the latest
> > versions?
> > thanks in advance for your support
> > Luca
> >
> >
> >
> > --
> > View this message in context: http://sqlite.1065341.n5.nabble.com/pre-
> > loading-with-nuget-fails-to-copy-SQLite-Interop-Library-tp79658.html
> > Sent from the SQLite mailing list archive at Nabble.com.
> > ___
> > sqlite-users mailing list
> > [hidden email] <http:///user/SendEmail.jtp?type=node&node=79663&i=4>
> > http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users
> CONFIDENTIALITY, EXPORT CONTROL AND DISCLAIMER NOTE:This e-mail and any
> attachments are solely for the use of the addressee and may contain
> information that is privileged or confidential. Any disclosure, use or
> distribution of the information contained herein is prohibited. In the
> event this e-mail contains technical data within the definition of the
> International Traffic in Arms Regulations or Export Administration
> Regulations, it is subject to the export control laws of the
> U.S.Government. The recipient should check this e-mail and any attachments
> for the presence of viruses as L-3 does not accept any liability associated
> with the transmission of this e-mail. If you have received this
> communication in error, please notify the sender by reply e-mail and
> immediately delete this message and any attachments.
> ___
> sqlite-users mailing list
> [hidden email] <http:///user/SendEmail.jtp?type=node&node=79663&i=5>
> http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users
>
>
> --
>  If you reply to this email, your message will be added to the discussion
> below:
>
> http://sqlite.1065341.n5.nabble.com/pre-loading-with-nuget-fails-to-copy-SQLite-Interop-Library-tp79658p79663.html
>  To unsubscribe from pre-loading with nuget fails to copy SQLite Interop
> Library, click here
> <http://sqlite.1065341.n5.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by_code&node=79658&code=ZGVmZWxpY2UubHVjYUBnbWFpbC5jb218Nzk2NTh8LTE1NDQyMTI1ODc=>
> .
> NAML
> <http://sqlite.1065341.n5.nabble.com/template/NamlServlet.jtp?macro=macro_viewer&id=instant_html%21nabble%3Aemail.naml&base=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespace&breadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabb

Re: [sqlite] pre-loading with nuget fails to copy SQLite Interop Library

2014-12-16 Thread Drago, William @ CSG - NARDAEAST
There were changes to the NuGet packages in 1.0.94 that may have something to 
do with what you're experiencing. Also, it looks like there are some NuGet bug 
fixes scheduled for the next release. I am using 1.0.94 Core with no issues 
(the x86/64 folders and interop files are copied to the bin folder and all 
works as it should).

See:
http://system.data.sqlite.org/index.html/doc/trunk/www/news.wiki

--
Bill Drago
Senior Engineer
L3 Communications / Narda Microwave East
435 Moreland Road
Hauppauge, NY 11788
631-272-5947 / william.dr...@l-3com.com


> -Original Message-
> From: sqlite-users-boun...@sqlite.org [mailto:sqlite-users-
> boun...@sqlite.org] On Behalf Of defelix72
> Sent: Tuesday, December 16, 2014 5:57 AM
> To: sqlite-users@sqlite.org
> Subject: [sqlite] pre-loading with nuget fails to copy SQLite Interop
> Library
>
> Hi all,
> I have a project in .net 4.5, I have been using System.Data.SQLite.Core
> assembly 1.0.86.0 from nuget  with the preloading native library
> feature that copied in the folders x64 and x86 the corrensponding
> SQLite Interop Library.
> Now I would like to do the same with the latest packages from nuget,
> but the sub folders, x64 and x86, are not created and so no SQLite
> Interop Library gets loaded in the project.
> Am I doing something wrong?
> Has the process of installation from nuget changed with the latest
> versions?
> thanks in advance for your support
> Luca
>
>
>
> --
> View this message in context: http://sqlite.1065341.n5.nabble.com/pre-
> loading-with-nuget-fails-to-copy-SQLite-Interop-Library-tp79658.html
> Sent from the SQLite mailing list archive at Nabble.com.
> ___
> sqlite-users mailing list
> sqlite-users@sqlite.org
> http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users
CONFIDENTIALITY, EXPORT CONTROL AND DISCLAIMER NOTE:This e-mail and any 
attachments are solely for the use of the addressee and may contain information 
that is privileged or confidential. Any disclosure, use or distribution of the 
information contained herein is prohibited. In the event this e-mail contains 
technical data within the definition of the International Traffic in Arms 
Regulations or Export Administration Regulations, it is subject to the export 
control laws of the U.S.Government. The recipient should check this e-mail and 
any attachments for the presence of viruses as L-3 does not accept any 
liability associated with the transmission of this e-mail. If you have received 
this communication in error, please notify the sender by reply e-mail and 
immediately delete this message and any attachments.
___
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users


[sqlite] pre-loading with nuget fails to copy SQLite Interop Library

2014-12-16 Thread defelix72
Hi all,
I have a project in .net 4.5, I have been using System.Data.SQLite.Core
assembly 1.0.86.0 from nuget  with the preloading native library feature
that copied in the folders x64 and x86 the corrensponding SQLite Interop
Library.
Now I would like to do the same with the latest packages from nuget, but the
sub folders, x64 and x86, are not created and so no SQLite Interop Library
gets loaded in the project.
Am I doing something wrong?
Has the process of installation from nuget changed with the latest versions?
thanks in advance for your support
Luca



--
View this message in context: 
http://sqlite.1065341.n5.nabble.com/pre-loading-with-nuget-fails-to-copy-SQLite-Interop-Library-tp79658.html
Sent from the SQLite mailing list archive at Nabble.com.
___
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users