[Mono-devel-list] [PATCH] ResourceManager is calling an incorrect constructor

Dick Porter dick at ximian.com
Mon Oct 6 08:58:55 EDT 2003


On Wed, 2003-10-01 at 19:01, Francisco Figueiredo Jr. wrote:
> Hi all.
> 
> I found this small bug in ResourceManager.
> 
> It tries in the line 290:
> 
> set=(ResourceSet)Activator.CreateInstance(resourceSetType, args);

This looks like bug 43567, which is still being fixed.

> -                       resourceSetType = resourceSource;
> +                       resourceSetType= typeof(ResourceSet);

This is part of the fix, but there is more to do.  Finishing off this
bug is on my todo list, but other tasks have higher priority currently.

- Dick




More information about the Mono-devel-list mailing list