anybody tried running native code on WP7? http://blog.walshie.me/2010/11/
every time i call Invoke() method
object o = dynMethod.Invoke(null, new object[] { "Assembly.dll", new Guid("SomeGuidHere") });
o returns 2147942593. I can’t find a proper description for this code either.
any help highly appreciated.
In the current incarnation of the platform, application developers (i.e. anyone not a device OEM) cannot write native code to run on Windows Phone devices.