https://bugzilla.novell.com/show_bug.cgi?id=362602
User [EMAIL PROTECTED] added comment https://bugzilla.novell.com/show_bug.cgi?id=362602#c3 --- Comment #3 from Andy Hume <[EMAIL PROTECTED]> 2008-02-23 08:07:21 MST --- The unit-test result was duplicated in the WinForm app in 362601. So, should PD.Converter also do: ComponentType.Assembly.GetType (attr.ConverterTypeName) and PropertyType.Assembly.GetType (attr.ConverterTypeName) as well as the existing: Type.GetType (attr.ConverterTypeName) I'll do some unit-tests to confirm what assemblies it should look in. The mscorlib and System assemblies via Type.GetType, plus the assemblies from which the component type and the property type come? -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
