Bernd wrote: > > Could you elaborate on why I should avoid doing as I do at the moment? >
The mixed-mode assembly contains native code for one platform as well as the managed code. This prevents the same application from being easily deployed on both x86 and x64. I suppose if you only ever deal with one processor architecture on all the target machines, it's just fine to use the bundled packages. Also, mixed-mode assemblies are not supported by Mono or the .NET Compact Framework. -- Joe Mistachkin _______________________________________________ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users