You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 3, 2023. It is now read-only.
Unhandled Exception:
System.TypeLoadException: A type load exception has occurred.
at Program.Main (System.String[] Args) [0x00000] in <filename unknown>:0
[ERROR] FATAL UNHANDLED EXCEPTION: System.TypeLoadException: A type load exception has occurred.
at Program.Main (System.String[] Args) [0x00000] in <filename unknown>:0
On .Net:
Unhandled Exception: System.BadImageFormatException: An attempt was made to load a program with an incorrect format. (Exception from HRESULT: 0x8007000B)
at CustomType.FireEvent()
at Program.Main(String[] Args)
Submitted by a community member on 2015-08-14 17:32 UTC
If in sources used event in form:
Then method that raise such event produce incorrect IL (that could not be loaded by any tools).
Please try sample:
Steps to reproduce:
Expected result:
Program finish correctly
Actual result:
On Mono:
On .Net:
Reference: https://bugzilla.xamarin.com/show_bug.cgi?id=33118
The text was updated successfully, but these errors were encountered: