Notifications
Clear all

[Closed] DotNet sockets and getmaxfileobjectnames?

Not sure about this, probably this is more a place to cry than a question itself…

If I start a DotNetObject “System.ComponentModel.BackgroundWorker” to control a dotNetObject “System.Net.Sockets.Socket”

the native function getmaxfileobjectnames doesn’t work anymore no error but stops the script also it can be trapped by try() catch() but in fact I need to know what it is inside the .max file

:banghead:

Any idea about this?

EDIT also mergeMAXFile fails and getCurrentException() is our well known friend “Unknown system exception”

It could be caused by calling that funcions in a different thread than main one?