No such host is known. From where this is raised?

Related to http://connect.remobjects.com/discussion/1170/how-catch-log-exceptions-on-net, I have this exception: “No such host is known”

However, I don’t get on _OnInitializeMessage the exception. So I change my code to use “AplicationServer” base class, neither it get logged when pass the -D param to the server. Also, I think is the connection to the database, but no. I try disabling ZeroConf and neither it was.

I don’t get where this exception is launched, and I’m blind in how solve this issue…

Where else I need to hook to see the error?

P.D. This happend when the client try to login for first time. However, never reach the login methods.

Auch!

Look like was a problem with the compilation of the server. I do a Build All and this problem disappear…

How weird…