[PATCH] Re: [Mono-list] windows code pages?

Gonzalo Paniagua Javier gonzalo@ximian.com
Thu, 06 May 2004 00:55:24 +0200


El jue, 06-05-2004 a las 00:26, Jaroslaw Kowalski escribió:
> I found the solution to this problem. I18N was broken badly.
> As one could expect it was related to GAC. I18N.Common.Manager called
> Assembly.Load() without specifying the fully qualified name.
> 
> Patch is attached. Is it ok to commit?

I'd rather go for using Assembly.LoadWithPartialName.

-Gonzalo