[Quickfix-developers] COM issue and .Net documentation question
Brought to you by:
orenmnero
|
From: Daniel O'B. <do...@st...> - 2005-06-23 16:02:49
|
Hi, =20 I am just creating my first QuickFix client in C# and have run into the following problem. =20 When I create my SocketInitiator an exception is thrown with the following message: =20 "Configuration failed: Could not initialize COM". =20 I don't know why this is the case, especially since I can run the C++ tradeclient example and that SocketInitiator is constructed no problem. =20 Also, the documentation shows that the SocketInitiator has two constructors: a 3 arg version and a 4 arg version. =20 However, the .NET DLL version of the SocketInitiator class has a 4 arg version and a 5 arg version. Why the difference and it there any documentation for the .NET dll? =20 Any help much appreciated, =20 Dan =20 |