[Mono-dev] MissingMethodException
Atsushi Eno
atsushi at ximian.com
Fri Aug 4 19:39:48 EDT 2006
MissingMethodException usually implies that you hit whatever
we don't have in mono yet. It is very likely to happen when
the type or the member is new in .NET 2.0 (such as Operators class
this time):
http://mono.ximian.com/class-status/mono-HEAD-vs-fx-2/class-status-Microsoft.VisualBasic.html
Possible actions you would like to take are:
- stop using such classes that we don't have
- report missing bits to bugzilla.ximian.com and pray for someone fix it
- implement it by yourself and post a patch (best)
Atsushi Eno
Tomek Soroka wrote:
> i try run web app under xsp2 and got such error.
> System.MissingMethodException: Method not found: 'Microsoft.VisualBasic.CompilerServices.Operators.CompareString'.
> at <0x00000> <unknown method>
> at (wrapper delegate-invoke) System.MulticastDelegate:invoke_void_object_EventArgs (object,System.EventArgs)
> at System.Web.HttpApplication+<RunHooks>__1.MoveNext () [0x00000]
>
> How to deal with uch errors? any help?
>
> thx
> Tomek
>
>
>
> _______________________________________________
> Mono-devel-list mailing list
> Mono-devel-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-devel-list
>
More information about the Mono-devel-list
mailing list