Please do not reply to this email- if you want to comment on the bug, go to the URL shown below and enter your comments there.
Changed by [EMAIL PROTECTED] http://bugzilla.ximian.com/show_bug.cgi?id=80818 --- shadow/80818 2007-02-13 01:42:33.000000000 -0500 +++ shadow/80818.tmp.18450 2007-02-13 01:42:33.000000000 -0500 @@ -0,0 +1,63 @@ +Bug#: 80818 +Product: Mono: Runtime +Version: 1.2 +OS: +OS Details: +Status: NEW +Resolution: +Severity: +Priority: Major +Component: debug +AssignedTo: [EMAIL PROTECTED] +ReportedBy: [EMAIL PROTECTED] +QAContact: [EMAIL PROTECTED] +TargetMilestone: --- +URL: +Cc: +Summary: Moma analyze as OK but mono cannot run the application + +Description of Problem: + +I have a windows form application (It is a slightly modified version of +Microsoft sample code of how to use IDesignerHost to create a windows +form designer). I used MoMA to test it and was reported OK - no issue +found. But when I run it either on Windows XP or Linux with mono 1.2.3, +it does not work. On Windows, it does not give any error message, mono +did not show anything on the screen, just quit right away. On linux, mono +produced the following error messages, + +Unhandled Exception: System.ArgumentException: +Type 'System.Windows.Forms.Design.FormDocumentDesigner, System.Design, +Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' not +found + at System.ComponentModel.TypeDescriptor.GetTypeFromName (IComponent +component, System.String typeName) [0x00000] + at System.ComponentModel.TypeDescriptor.CreateDesigner (IComponent +component, System.Type designerBaseType) [0x00000] + at FormDesigner.impls.DesignerHostImpl.Add (IComponent component, +System.String name) [0x00000] + at FormDesigner.impls.DesignerHostImpl.CreateComponent (System.Type +componentClass, System.String name) [0x00000] + at FormDesigner.MainWindow.InitWindow () [0x00000] + at FormDesigner.MainWindow..ctor () [0x00000] + at (wrapper remoting-invoke-with-check) FormDesigner.MainWindow:.ctor () + at FormDesigner.MainWindow.Main () [0x00000] + + +Steps to reproduce the problem: +1. log on linux +2. type command 'mono formdesigner.exe' +3. + +Actual Results: +got the error message as above. + +Expected Results: +display a main window. + +How often does this happen? +always. + +Additional Information: +The FormDesigner.exe program can be downloaded from +http://msdn.microsoft.com/msdnmag/issues/04/12/CustomFormsDesigner/ _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
