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=78326 --- shadow/78326 2006-05-07 16:25:00.000000000 -0400 +++ shadow/78326.tmp.9184 2006-05-07 16:25:00.000000000 -0400 @@ -0,0 +1,59 @@ +Bug#: 78326 +Product: Mono: Runtime +Version: 1.1 +OS: +OS Details: Windows XP +Status: NEW +Resolution: +Severity: +Priority: Blocker +Component: misc +AssignedTo: [EMAIL PROTECTED] +ReportedBy: [EMAIL PROTECTED] +QAContact: [EMAIL PROTECTED] +TargetMilestone: --- +URL: +Cc: +Summary: Mono quits with error when trying to run .exe program + +Please fill in this template when reporting a bug, unless you know what you +are doing. +Description of Problem: + +I have tried to write a simple Visual Basic program with the Microsoft +Visual Studio 2005 Express Edition and run the exe file in Mono. + +The code is: + +Public Class Form1 + Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As +System.EventArgs) Handles MyBase.Load + DisplayTime() + End Sub + Sub DisplayTime() + MsgBox(GetTime) + End Sub + Function GetTime() As String + Return CStr(Now) + End Function +End Class + +The compiled file crashes with an error message when run with the mono +runtime environment. + +Steps to reproduce the problem: +1. run program with "mono MyFirstProcedure.exe" +2. +3. + +Actual Results: +**ERROR**: file class.c:line 2582(mono_class_setup_parent):should not be +reached aborting... + +Expected Results: +Should show the time in a messagebox + +How often does this happen? +always + +Additional Information: _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
