On 7/10/2014 10:28 PM, Joe Mistachkin wrote:
Steve Rogers wrote:
If I install the .NET 2.0 version of SQLite-Net on top of the .NET 4.0
version will that version install in different locations so that I can
manage which version of the components I need to use?

Why are you installing the System.Data.SQLite setup package instead of
deploying application locally?  Are you actually going to use the Visual
Studio designer support?
I think you misinterpreted my question. For deployment I will only deploy the necessary DLL, and only the correct ones for the OS and its .NET Framework limitations. My question concerns only my development environment.

This application is an inventory control program for pieces of laminated compositions that are left over at a computerized saw. The compositions have a top laminate and a bottom laminate and a core material ((thickness, plywood, particle board, Fiberex). The saw has the a Windows 2000 system. All the user of the saw needs to do is to input leftover scraps from the saw into the database.

In engineering, where designs are made, they have a database of scraps that could save them a lot of buck if they could quickly locate s scrap that fits into an existing design so that a new 4x8 or 4x10 sheed of laminated material would not be needed for just a small pat. So all the correction of editing errors at the sae, and all usage of inventory takes place in engineeering where they have .Net 4.0 capable systems.

So I just want to build one input screen for the saw in .NET 2.0 and the rest of the complex operation gets done in programs on the computers that run .NET 4.0.

So my question is only a development machine question.

Can the two versions co-exist, or will there be problems?

In theory, yes; however, that configuration has *NOT* been tested.
Can the two versions exist in a VS 2010 development environment on the same machine?
I hope I have clarified that important detail.

--
Joe Mistachkin

_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users


-----
No virus found in this message.
Checked by AVG - www.avg.com
Version: 2014.0.4716 / Virus Database: 3986/7832 - Release Date: 07/10/14



_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to