Jost please just stop flaming. We won't make things harder for everyone (like making incompatible extensions to the ECMA file format) so that you can be lazy when using an obsoleted API.
Versioning is a core security/deployment feature of .NET/Mono, and you MUST play by the rules, for the greater benefit of your end users. So, just reference the correct assemblies when compiling (what IS the preferred way of developing managed applicattions), or fully qualify assembly when dynamic loading them. As someone already said there's no such thing as a default version for an assembly in .NET, to avoid DLL Hell. So at some point your user has to CHOOSE what version it wants to use, if YOU want that decision to be deferred to him/her, instead of deciding it yourself and either packaging all things together or putting a dependency on a specific version of GTK# or whatever. Well I'll stop answering your flames, until you understand the exposed concepts and reasoning and tone down to a more productive dialog. Regards, On 7/22/05, Jost Boekemeier <[EMAIL PROTECTED]> wrote: > Hi, > > > This is what allows > > gtk# to work on ms.net and mono with the same > > binary. > > Not really. > > > > And lets be honest, if DotGNU doesn't support it, > > how does that matter? > > No one uses it. > > Interesting argument. Probably ms.net on unix > (freebsd) doesn't exist either ... > > > Regards, > Jost Boekemeier > > > > > > > ___________________________________________________________ > Gesendet von Yahoo! Mail - Jetzt mit 1GB Speicher kostenlos - Hier anmelden: > http://mail.yahoo.de > _______________________________________________ > Gtk-sharp-list maillist - [email protected] > http://lists.ximian.com/mailman/listinfo/gtk-sharp-list > -- Rafael "Monoman" Teixeira --------------------------------------- I'm trying to become a "Rosh Gadol" before my own eyes. See http://www.joelonsoftware.com/items/2004/12/06.html for enlightment. It hurts! _______________________________________________ Gtk-sharp-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/gtk-sharp-list
