I was hoping for some help regarding me porting a Winforms C Sharp project to mono. When I run the migration assistant tool there are no issues. However when I try to the the program after compiling in VS 2013 I get:
Unhandled Exception: System.InvalidProgramException: Invalid IL code in System.Windows.Forms.Form:.ctor (): method body is empty.
at TicketDL.Form2..ctor () [0x00000] in :0
at (wrapper remoting-invoke-with-check) TicketDL.Form2:.ctor ()
at TicketDL.Program.Main () [0x00000] in :0 [ERROR] FATAL UNHANDLED EXCEPTION: System.InvalidProgramException: Invalid IL code in System.Windows.Forms.Form:.ctor (): method body is empty.
at TicketDL.Form2..ctor () [0x00000] in :0
at (wrapper remoting-invoke-with-check) TicketDL.Form2:.ctor ()
at TicketDL.Program.Main () [0x00000] in :0
Do you any of you guys know what this means? I tried removing any empty methods I could find!! But this error keeps coming up!