Re: [Quickfix-users] Testing Quickfix .NET API with NUnit Framework
Brought to you by:
orenmnero
From: Oren M. <or...@qu...> - 2006-10-17 15:24:13
|
Is it possible you can try this with the latest release? --oren On Oct 17, 2006, at 8:43 AM, Greg Snow wrote: > We have an application using the QuickFix .NET API (Quickfix =20 > version 1.10.2). When trying to run unit tests using the NUnit =20 > framework, we are getting exceptions of the type =20 > =91System.ArgumentException : Cannot pass GCHandle across app =20 > domains.=92 At first, it appeared to be a bug in our code, but that =20= > doesn=92t seem to be the case. This exception only occurs when unit =20= > testing with NUnit. We can compile to an executable and the same =20 > code runs without errors. > > The exception is being thrown from mscorlib.dll (line 118 of the =20 > gcroot.h header). The function throwing the exception and the =20 > debugger=92s stack trace are attached in a text file. > > I have also come across another develop with the exact same =20 > problem (his initial post is here: http://sourceforge.net/=20 > mailarchive/message.php?msg_id=3D10062941). I contacted him and he =20= > said that he never came up with a solution and was forced to write =20 > his own FIX implementation. Any help on this issue would be =20 > appreciated. Thanks. |