First of all, I want to thank everyone that has replied to this email thread.
I still do not have a successful opening of the SQLite connection in my ASP.NET C# application on Windows 2003. I have done the following: The connection opens successfully with the SQLite command tool. It opens successfully using a C# console application. I have entered the following in my web.config: <add assembly="System.Data.SQLite, Version=1.0.65.0, Culture=neutral, PublicKeyToken=DB937BC2D44FF139"/> I have installed SQLite on the server. I have entered the following in my web.config and machine.config: <system.data> <DbProviderFactories> <remove invariant="System.Data.SQLite"/> <add name="SQLite Data Provider" invariant="System.Data.SQLite" description=".Net Framework Data Provider for SQLite" type="System.Data.SQLite.SQLiteFactory, System.Data.SQLite" /> </DbProviderFactories> </system.data> I have re-cycled IIS many times. I have done everything suggested in the following link: http://sqlite.phxsoftware.com/forums/p/1391/6025.aspx What am I missing? Your patience and help is appreciated. Joseph Burnett | Principal Software Engineer | FIDELITY INSTITUTIONAL TECHNOLOGY 2 Contra Way Merrimack, NH 03054 603.791.5113 CELL: 603.289.0481 -----Original Message----- From: sqlite-users-boun...@sqlite.org [mailto:sqlite-users-boun...@sqlite.org] On Behalf Of Roger Binns Sent: Wednesday, April 07, 2010 2:27 PM To: General Discussion of SQLite Database Subject: Re: [sqlite] SQLite on Windows 2003 >> Alternatively use Process Monitor from sysinternals.com which will show >> arguments and return codes without any need to run a debugger. > > Even better, use FILEMON (from sysinternals.com) for clues. It's wonderful. Err, no. You are 4 years out of date. The functionality of filemon, regmon etc was all wrapped up into Process Monitor. http://technet.microsoft.com/en-us/sysinternals/bb896642.aspx Roger _______________________________________________ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users _______________________________________________ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users