Hello,
> I'm trying to run web service client from embedded environment but I
> keep getting this "Fatal error in gc, collecting from unknown thread."
> error when web service is invoked. I've tried with few different web
> service assemblies but they all give me the same message. Does anyone
> know what causes that or have clues how to get rid of it?
You need to register all threads with the runtime and the GC, or they
wont be able to function properly.
Miguel.
Hi,
What is the proper procedure to register threads? I've done mono_thread_attach(monodomain) but is it enough?
Mono web page also mentions that function mono_runtime_exec_managed_code must be used, but that function's comments state that I should use mono_thread_manage instead...
Which is the right way?
Janne
_______________________________________________ Mono-devel-list mailing list [email protected] http://lists.ximian.com/mailman/listinfo/mono-devel-list
