osx - Migrating a C# windows service to Mac -


we have c# server registered service on windows , want run on mac (10.7.3).

i have installed monoframework, , tried run executable via command line (mono xxx.exe) , got fatal error.

i realized since supposed service, there code actual registration. there .bat file registers it.

  1. is there magical way can run , work? (guess not)
  2. since have source code, should next step(s)?

thanks


Comments

Popular posts from this blog

How to logout from a login page in asp.net -

Stack level too deep error after upgrade to rails 3.2 and ruby 1.9.3 -