Internal compiler error when build for flash

Hi,

I get the following error when build my project for flash player:

Internal compiler error. See the console log for more information. output was:Stacktrace:

  at (wrapper managed-to-native) System.Reflection.MonoMethod.get_IsGenericMethod () <0x00004>
  at (wrapper managed-to-native) System.Reflection.MonoMethod.get_IsGenericMethod () <0x00004>
  at Mono.CSharp.TypeManager.DropGenericMethodArguments (System.Reflection.MethodBase) <0x0001a>
  at Mono.CSharp.TypeManager.GetParameterData (System.Reflection.MethodBase) <0x0005b>
  at Mono.CSharp.PendingImplementation..ctor (Mono.CSharp.TypeContainer,Mono.CSharp.PendingImplementation/MissingInterfacesInfo[],System.Collections.ArrayList,int) <0x007e6>
  at Mono.CSharp.PendingImplementation.GetPendingImplementations (Mono.CSharp.TypeContainer) <0x000d7>
  at Mono.CSharp.TypeContainer.DoDefineMembers () <0x00b16>
  at Mono.CSharp.Class.DoDefineMembers () <0x00045>
  at Mono.CSharp.TypeContainer.Define () <0x0002c>
  at Mono.CSharp.ClassOrStruct.Define () <0x0001e>
  at Mono.CSharp.Class.Define () <0x000e6>
  at Mono.CSharp.RootContext.PopulateTypes () <0x00286>
  at Mono.CSharp.Driver.Compile () <0x00638>
  at Mono.CSharp.Driver.Main (string[]) <0x0008f>
  at (wrapper runtime-invoke) <Module>.runtime_invoke_int_object (object,intptr,intptr,intptr) <0x00043>

Any idea? It’s fine on all other platform. I have tried to delete all other plugins like Prime31. but it’s still not working. Please help!

Looks like your code is using some part of the engine (or C# SDK) that is not ported to flash yet.

Check Flash: What is and is not supported.