11-23-2006 11:11 AM
11-26-2006 09:42 AM
Did you try catching the exception and displaying the message? If so, what is the message?
The CNiDataSocket class libraries use a COM server underneath. This means that you need to call CoInitialize in any thread that uses it. If you haven't done that, you will get an exception. The exception message should inform you if this is the problem.