[Mono-bugs] [Bug 696593] Unhandled Exception: System.TypeLoadException
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Fri May 27 11:45:23 EDT 2011
https://bugzilla.novell.com/show_bug.cgi?id=696593
https://bugzilla.novell.com/show_bug.cgi?id=696593#c1
Kazunori SAKAMOTO <exkazuu at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |exkazuu at gmail.com
--- Comment #1 from Kazunori SAKAMOTO <exkazuu at gmail.com> 2011-05-27 15:45:23 UTC ---
I also checked this bug with Mono C# Compiler.
% vim program.cs
% /usr/local/bin/mcs program.cs
% /usr/local/bin/mono program.exe
> Unhandled Exception: System.TypeLoadException: Could not load type 'TestCase.Class3' from assembly 'program, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null'.
--------------------------------------------
namespace TestCase {
public class Program {
public static void Main(string[] args) {
....
}
}
}
--------------------------------------------
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
More information about the mono-bugs
mailing list