Hello, [EMAIL PROTECTED] said the following on 19.10.2006 16:32:
> But if i understood, normally when you install mono on Windows, this > libraries are recorded in the MS GAC, isn't it ? No, these libraries are installed in Mono's GAC, so your application will use these libraries only if run like this: mono Application.exe" To use these libraries with MS runtime you should install separate copies into MS GAC. -- Oleg _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
