Questions tagged [executionengineexception]

34 questions
0
votes
0 answers

IOS Marshal.PtrToStructure System.ExecutionEngineException

Hey I was wondering if there is a fix for the following issue as i can't seem to find one anywhere and I have now ran out of ideas. I am writing a program using Xamarin.Forms to run across both android and IOS, the following both code versions work…
0
votes
0 answers

System.ExecutionEngineException Occurs in Windows Phone 8.1 XAML

H!! I am Developing windows phone 8.1 application. which has functionality to import videos and export videos into my app. But after when I perform one or two operation in my app like importing or exporting videos it gives me error like…
0
votes
1 answer

ExecutionEngineException: Attempting to JIT compile method

public class StaticDataContainer where T : IStaticData { protected static Dictionary data; public static void init(string jsonString){ //It work fine in Unity,But in Xcode iOS,it will show an error below: …
敬錞 潘
  • 852
  • 1
  • 14
  • 29
0
votes
1 answer

ExecutionEngineException on an HttpDuplexBinding webservice call

I've been struggling with a webservice that throws an ExecutionEngineException for the past day. I finally worked out that the Silverlight client doesn't like IEnumerable<> nor IList<> nor List<> as the return type. MyObject[] is fine though. I…
R4cOOn
  • 2,340
  • 2
  • 30
  • 41
1 2
3