in

System.Data.SQLite

An open source ADO.NET provider for the SQLite database engine
All Tags » 32-bit (RSS)

Browse by Tags

  • How to run application with C# and C++ code on 32 and 64 bit windows using one version of System.Data.SQLite.dll?

    Hi, I have an application written in C# which is compiled with Platform Target as x86. The data access layer uses System.Data.SQLite.dll (for 32-bit Windows & .NET Framework 3.5 SP1, 1..0.74.0). The codebase is compiled targeted to NET Framework 3.5. The setup also has a set of C++ dlls (explorer...
    Posted to General (Forum) by chai on 07-18-2011
  • Move the folder for temp files

    When I ran SQLite (.Net) on a big file (2.70 Go), two temporary files are written in C:\Documents and Settings\GRVPRDSVC\Local Settings\Temp\etilqs_*. My free space on this disk is 6.8 Go. After a few minutes, an exception is thrown with this message : Disk full. There is a lot of space on D:\, how can...
    Posted to General (Forum) by SQLiteBeginner2 on 07-05-2011
  • Running test.exe from version 1.0.66.0

    I installed the ADO.NET 2.0 Provider for SQLite(1.0.66.0) on my development machine. Then copied all files under C:\Program Files (x86)\SQLite.NET\bin\ to a new fresh-installed windows XP machine which has .net framework 3.5 being installed. I cannot run the test.exe without any error message. What's...
    Posted to General (Forum) by al2ping on 02-17-2011
  • 64bit, 32bit 'System.Data.SQLite.DLL' or one of its dependencies. The specified module could not be found.

    Hello, So i have been noticing a lot of reported issues on this error - Could not load file or assembly 'System.Data.SQLite.DLL' or one of its dependencies. The specified module could not be found. So i made a MSIL .net 4 version of System.Data.SQLite.DLL and created a test.exe program (its in...
    Posted to General (Forum) by codygator on 11-21-2010
  • VS2010 and .Net 4

    I'm ramping up to start a project that needs a local data store with the capability of possibly up-scaling to SQL Server Express or higher in the future. At this point, it looks like my two best choices are SQLite or SQL Server CE 4 (which is currently in public beta but will quite likely be RTM...
    Posted to General (Forum) by k4gdw on 07-15-2010
  • Rebuild assemblies with a different name and SQLITE_DLL for side by side x86/x64 ?

    Hello, I am trying to use SQLite.NET in both 32 AND 64 bits environments, in a scenario where I cannot force my process in 32 bit (must run in 64 bit native), and where the deployment is xcopy-based (same files, no way to choose during install time between the two versions, and no way of knowing before...
    Posted to General (Forum) by Krzys on 11-04-2009
  • LINQ generating inappropriate SQL???

    I am trying to use LINQ with System.Data.SQLite (version 1.0.64.0) in VS2008 (no SP), and am unable to insert a row into a table. The code below generates the error I am seeing. Besides the two columns that appear in the code and log, there is one more named CustomerKey which is the integer primary key...
    Posted to General (Forum) by Steve Reynolds on 07-23-2009
  • Using 32-bit and 64-bit dlls while compiling for 'Any CPU'

    Hi, I'm having some trouble working out a system to compile for 'Any CPU' and using and installer program to copy the proper dll based on the O/S architecture. Notes: 1) Using VS 2005 SP1 / .NET 2.0. 2) Compile target is set to 'Any CPU.' 3) Dev machine is 64-bit, project has a reference...
    Posted to General (Forum) by lushdog on 07-28-2008
Page 1 of 1 (8 items)
Powered by Community Server (Commercial Edition), by Telligent Systems