[Mono-list] Running several mono applications using the same DLLs at the same time

ReneFFM mail at renebretz.de
Tue Jul 26 19:20:03 EDT 2011


Hello,

i hvae two mono applications which i want to run at the same time. Both are
running with root user. Beth will  run without errors if only one of them is
started. But if i try to run  the 2nd one at the same time, ill get the
following error:

# mono fgl_map_service.exe
Generating kml file...

Unhandled Exception: System.ExecutionEngineException: Couldn't create thread

It seems that it happens if the program is trying to use the MySql.Data.dll
file,which is in the same directory as the exe. If I copy both programs in
own  folders with own copy of the MySql.Data.dll  the same happens. 

How can I run 2 or more applications using same named assemblies at the same
time ?

Thanks in advance and greetings from Germany.
René


--
View this message in context: http://mono.1490590.n4.nabble.com/Running-several-mono-applications-using-the-same-DLLs-at-the-same-time-tp3697264p3697264.html
Sent from the Mono - General mailing list archive at Nabble.com.


More information about the Mono-list mailing list