Compiler error

Hi,

Im porting game to Windows Phone 8.
I can compile to Android without any problem but when i tried to compile it to WP8 i got compile error:
http://pastebin.com/3DRVaDHf

I cant find any solution for this in google

Network is not supported on Windows Phone 8, probably one of your plugins has reference to MasterServerEvent.

Is there any way to localize it by this log?

Well you could try this, if you don’t know which plugin might reference this:

  • Download http://ilspy.net/
  • Drag plugin on top of it
  • Export code as IL code
  • Open that file with any text editor
  • Search for MasterServerEvent