Re: (no subject)

Jonathan Pryor <[email protected]>
Newsgroups gmane.comp.gnome.mono.general
Message-ID <[email protected]>
On Apr 27, 2016, at 2:53 PM, Sharmad Naik <[email protected]> wrote:
> I have now another system where I have copied the service application build and running earlier and some of the binaries like mono-service, mono, libMonoPosixHelper.so, mono-service.exe, Mono.Posix.dll and mscorlib.dll and set the MONO_PATH variable to the location of the folder
> 
> On executing the service application using the following command 
>                              mono-service --debug Service1App.exe 
> I get an error 
> UnhandledException:
> System.DllNotFoundException: msvcrt

I think you need to copy over $prefix/etc/mono/config as well, because you’re apparently missing the DLL mapping from msvcrt to libc:

	  <dllmap dll="i:msvcrt" target="libc.so" os="!windows"/>                    

 - Jon

_______________________________________________
Mono-list maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-list
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.