Home Forums Support System.MissingMethodException – MonoTouch Reply To: System.MissingMethodException – MonoTouch

#586
Anonymous
Inactive

Thanks for the speedy reply, I got to say this is a cracking library! Works perfectly on my Winforms testing app.

On the MonoTouch side of things, I am currently referencing a Net20 version of the Complete library. It was created on the 18th of March so I assume it to be the most recent.

This should help you a little:

System.MissingMethodException: Cannot find the requested method.
at at (wrapper managed-to-native) System.Runtime.Remoting.RemotingServices:IsTransparentProxy (object)
at System.Runtime.Remoting.RemotingServices.Marshal (System.MarshalByRefObject Obj, System.String ObjURI, System.Type RequestedType) [0x00000] in /Developer/MonoTouch/Source/mono/mcs/class/corlib/System.Runtime.Remoting/RemotingServices.cs:304
at System.AppDomain.GetMarshalledDomainObjRef () [0x00000] in /Developer/MonoTouch/Source/mono/mcs/class/corlib/System/AppDomain.cs:1355
at at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
at at <0x00000> <unknown method>
at at <0x00000> <unknown method>
at at <0x00000> <unknown method>
at at <0x00000> <unknown method>
at at <0x00000> <unknown method>
at at <0x00000> <unknown method>

Once again, thanks for your help! I really appreciate it.