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 (since purely managed
applications always run with the native processor architecture of the
machine).

Having said that, the best practice would be to always deploy the
necessary assemblies (both native and managed) in the application
directory itself.

--
Joe Mistachkin

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

Reply via email to