Re: [Quickfix-developers] =?utf-8?q?=5BQuickfix-users=5D_Testing_Quic?= =?utf-8?q?kfix_=2ENET=09AP
Brought to you by:
orenmnero
|
From: Polina <po...@it...> - 2006-12-07 14:50:11
|
Oren Miller <oren@...> writes: > > QuickFIX Documentation: http://www.quickfixengine.org/quickfix/doc/html/index.html > QuickFIX Support: http://www.quickfixengine.org/services.html > > > > 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 version 1.10.2). When trying to run unit tests using the NUnit framework, we are getting exceptions of the type ‘System.ArgumentException : Cannot pass GCHandle across app domains.’ At first, it appeared to be a bug in our code, but that doesn’t seem to be the case. This exception only occurs when unit testing with NUnit. We can compile to an executable and the same code runs without errors. > The exception is being thrown from mscorlib.dll (line 118 of the gcroot.h header). The function throwing the exception and the debugger’s stack trace are attached in a text file. > I have also come across another develop with the exact same problem (his initial post is here: http://sourceforge.net/mailarchive/message.php? msg_id=10062941). I contacted him and he said that he never came up with a solution and was forced to write his own FIX implementation. Any help on this issue would be appreciated. Thanks. > > > > > > ------------------------------------------------------------------------- > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > > _______________________________________________ > Quickfix-developers mailing list > Quickfix-developers@... > https://lists.sourceforge.net/lists/listinfo/quickfix-developers We have the same problem with Quickfix and NUnit. Is your problem resolved? What was a way to resolve the problem? Thanks |