Yes but the problem is that: 1) I don't want to restart my computer everytime to compile with MS compiler. 2) The sourcecode is a part of a bigger project that is splitted in 2 parts, the core and the "scripts". The core is compile to an exe, when you start the exe it calls the compiler (MS compiler or Mono compiler) to compile the scripts into a dll and then load it as an assembly... and i have problems on the second step.
Chris Howie wrote: > > [...] > > Also, note that you don't need to compile using Mono to run your > application on Mono. You should be able to copy the binary produced > by Microsoft's compiler on Windows and run it on Mono without > modification. > > -- > Chris Howie > http://www.chrishowie.com > http://en.wikipedia.org/wiki/User:Crazycomputers > _______________________________________________ > Mono-list maillist - [email protected] > http://lists.ximian.com/mailman/listinfo/mono-list > > -- View this message in context: http://www.nabble.com/Mono-parsing-error-on-multiline-if-tp25932445p25938337.html Sent from the Mono - General mailing list archive at Nabble.com. _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
