[Mono-list] Does mono-service4 exist?

Abe Gillespie abe.gillespie at gmail.com
Sat Apr 16 13:07:28 EDT 2011


I'm not sure that's totally correct ... it doesn't get my service running
anyhow.  This is how I do it:

#!/bin/bash
export MONO_OPTIONS=--runtime=v4.0.30319
export LD_LIBRARY_PATH=.:/usr/local/mono/2.10.1/lib/:$LD_LIBRARY_PATH
/usr/local/mono/2.10.1/bin/mono-service2 -d:/path/to/service Service.exe

-Abe

On Sat, Apr 16, 2011 at 9:52 AM, Robert Jordan <robertj at gmx.net> wrote:

> On 16.04.2011 13:52, Volodia wrote:
> > I'm developing a service application which references .NET Framework 4.0.
> Can
> > I run it using mono-service or mono-service2? Does mono-service2 execute
> > only .NET 2.0 apps?
>
> Mono-service is actually mono-service4 under all Mono versions >= 2.8.
>
> Robert
>
> _______________________________________________
> Mono-list maillist  -  Mono-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-list
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/mono-list/attachments/20110416/bfd45508/attachment.html 


More information about the Mono-list mailing list