FYI: In my case, I had in fact just copied the DLL somewhere else to reference it in my test application.
--chris On Mon, 10 May 2004, Jochen Wezel wrote: > Chris' question is correct and maybe a question for best practises for getting Mono > apps running on MS.NET: > > Is it better to let the windows installer install all DLLs containing Mono > namespaces (e.g. Mono.Data.SqliteClient) to the GAC of MS.NET, too? > > Or is it better to copy those additional required Mono DLLs into the project > directory for every single project? > > Regards > Jochen > > -----Urspr�ngliche Nachricht----- > Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im Auftrag von Chris Turchin > Gesendet: Montag, 10. Mai 2004 09:18 > An: mono-list > Betreff: Re: [Mono-list] Windows installer - Take 3, a.k.a. "this shouldwork for > everyone" > > Hello, > > i downloaded this setup (I have never tried mono in windoze before) to my 2003 > vmware and installed it. seems install worked and "mono Helloworld.exe" seems to > work too. cool. > > but when i try to use a mono assembly (in this case > Mono.Data.SqliteClient) in MS.NET I get: > > An unhandled exception of type 'System.IO.FileLoadException' occurred in Unknown > Module. > > Additional information: Strong name validation failed for assembly > 'Mono.Data.SqliteClient'. > > The program '[3100] WinTest.exe' has exited with code 0 (0x0). > > Is this to be expected, or a bug (or both) or am I doing something wrong? > > Regards, > --chris > _______________________________________________ > Mono-list maillist - [EMAIL PROTECTED] > http://lists.ximian.com/mailman/listinfo/mono-list > > > _______________________________________________ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list
