Joe Winograd wrote:
> 
> I don't have access to the machine with HP Connection Manager on it, but I

> just ran Dependency Walker on the TurboTax 2010 executable on a W7/64-bit 
> machine, which is the same OS as on the other box, and DW showed no
entries 
> in the module list with <sqlite> in the name of the module. Does this make

> sense? Thanks, Joe
> 

In order to see which managed assemblies a .NET-based application will
require,
you'll need to use the ILDASM tool from the .NET SDK:

http://msdn.microsoft.com/en-us/library/f7dy01k1%28v=vs.80%29.aspx

--
Joe Mistachkin

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

Reply via email to