Re: [Mono-dev] MissingMethodException

2006-08-04 Thread Atsushi Eno
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 Poss

[Mono-dev] MissingMethodException

2006-08-03 Thread Tomek Soroka
i try run web app under xsp2 and got such error. System.MissingMethodException: Method not found: 'Microsoft.VisualBasic.CompilerServices.Operators.CompareString'. at <0x0> at (wrapper delegate-invoke) System.MulticastDelegate:invoke_void_object_EventArgs (object,System.EventArgs) at