On 11/18/02 Carlos Guzm�n �lvarez wrote: > The System.Globalization.CultureInfo.Equals is not implemented too, and > it�s needed for use ResourceManager.GetString, there are plans for > implement this two mehtods???
I implemented Equals and GetHashCode in cvs. This is not wnough to gett he code working, apparently, since the ResourceManager also calls Assembly.GetSatelliteAssembly and that is msiing as well. The code in ResourceManager also seems to not handle the case when the satellite assembly is missing. I'll leave that to Dick to solve:-) In the mean time, you can write a simple example and file a bug in bugzilla.ximian.com: bug reports posted to mono-list are more likely to get lost. lupus -- ----------------------------------------------------------------- [EMAIL PROTECTED] debian/rules [EMAIL PROTECTED] Monkeys do it better _______________________________________________ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list
