[Mono-bugs] [Bug 692753] New: MissingMethodException when trying to instantiate class using the System.ComponentModel.StringConverter

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Mon May 9 23:02:13 EDT 2011


https://bugzilla.novell.com/show_bug.cgi?id=692753

https://bugzilla.novell.com/show_bug.cgi?id=692753#c0


           Summary: MissingMethodException when trying to instantiate
                    class using the System.ComponentModel.StringConverter
    Classification: Mono
           Product: MonoTouch
           Version: unspecified
          Platform: Macintosh
        OS/Version: Mac OS X 10.6
            Status: NEW
          Severity: Normal
          Priority: P5 - None
         Component: Runtime
        AssignedTo: gnorton at novell.com
        ReportedBy: Ryoji.Ishikawa at cegedim.com
         QAContact: mono-bugs at lists.ximian.com
          Found By: ---
           Blocker: ---


User-Agent:       Mozilla/5.0 (Windows NT 6.1; WOW64; rv:2.0.1) Gecko/20100101
Firefox/4.0.1

I am using MonoTouch v4.0.2.
An exception is thrown when instantiating a class using the
System.ComponentModel.StringConverter.


Reproducible: Always

Steps to Reproduce:
1.Create new iPhone Window-based project
2.Insert following code to FinishedLaunching
  object obj =
Activator.CreateInstance(typeof(System.ComponentModel.StringConverter));
3.Run on device
Actual Results:  
System.MissingMethodException: Default constructor not found for type
System.ComponentModel.StringConverter.


Expected Results:  
The object gets created and no exception is thrown.

-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the mono-bugs mailing list