Re: [sqlite] SQLite data source in Visual Studio 2010

2012-02-21 Thread Joe Mistachkin
Agrawal, Manish wrote: > > Since the 32-bit installer will install 32-bit assemblies, and VS2010 > is a 32-bit app, what is the benefit of installing 64-bit assemblies > into the GAC. > The 64-bit assemblies in the GAC could be used by any purely managed application running on a 64-bit machine

Re: [sqlite] SQLite data source in Visual Studio 2010

2012-02-21 Thread Agrawal, Manish
Thanks very much, hopefully my last question in the series: Since the 32-bit installer will install 32-bit assemblies, and VS2010 is a 32-bit app, what is the benefit of installing 64-bit assemblies into the GAC. Thanks Manish > > 2. If only the 32-bit setup files are useful, what is the use o

Re: [sqlite] SQLite data source in Visual Studio 2010

2012-02-21 Thread Joe Mistachkin
Agrawal, Manish wrote: > > 1. To confirm, if I want data source and other visual support, I MUST INSTALL the > setups on my development machine. It is not adequate to just copy the dll files > to the project. > Basically, yes. Otherwise you would have to manually run the design-time component in

Re: [sqlite] SQLite data source in Visual Studio 2010

2012-02-21 Thread Brady Kelly
On 21 February 2012 05:44, Joe Mistachkin wrote: > > NOTE #2: When installing the setup package, make sure that the option to > install the assemblies into the GAC is checked if you plan on installing > the design-time components. In the next release, this box will be checked > by default. > T

Re: [sqlite] SQLite data source in Visual Studio 2010

2012-02-21 Thread Agrawal, Manish
[mailto:sqlite-users-boun...@sqlite.org] On Behalf Of Joe Mistachkin Sent: Monday, February 20, 2012 10:44 PM To: 'General Discussion of SQLite Database' Subject: Re: [sqlite] SQLite data source in Visual Studio 2010 As of System.Data.SQLite version 1.0.79.0, design-time installer support is i

Re: [sqlite] SQLite data source in Visual Studio 2010

2012-02-20 Thread Joe Mistachkin
As of System.Data.SQLite version 1.0.79.0, design-time installer support is included in the appropriate setup packages. The instructions on the blog post you linked to should now be considered obsolete. NOTE #1: Since Visual Studio itself is a 32-bit process, you will need to install the 32-bit

Re: [sqlite] SQLite data source in Visual Studio 2010

2012-02-20 Thread Brady Kelly
On 21 February 2012 04:45, Agrawal, Manish wrote: > I am still playing with the sqlite setup in Visual Studio. Previously I > found success following the instructions at: > > > http://www.tsjensen.com/blog/2011/06/04/SQLite+On+Visual+Studio+2010+Setup+Instructions.aspx > > But I want to create t

[sqlite] SQLite data source in Visual Studio 2010

2012-02-20 Thread Agrawal, Manish
I am still playing with the sqlite setup in Visual Studio. Previously I found success following the instructions at: http://www.tsjensen.com/blog/2011/06/04/SQLite+On+Visual+Studio+2010+Setup+Instructions.aspx But this requires the sqlite packages to be "installed" on the local computer. Follow