From: <ma...@gm...> - 2006-01-19 17:24:18
|
Hi, I am trying to use QuickFIX with .Net 2 but if I try to reference the binaries I get the error "DLL 'C:\(...)\quickfix_net.dll' is attempting managed execution inside OS Loader lock" I try opening and compiling quickfix.sln but I get some other errors. Does anybody now hoe to use QuickFIX with .Net 2?? Thanks, Rogério |
From: Oren M. <or...@qu...> - 2006-01-19 18:43:59
|
CVS has a solution file for visual studio 2005. We are currently investigating the LoaderLock issue. My current guess is that it is related to the use of the MSXML COM component. If you have a stack trace when you receive that message it would be helpful. --oren Rogério Manente wrote: >QuickFIX Documentation: http://www.quickfixengine.org/quickfix/doc/html/index.html >QuickFIX Support: http://www.quickfixengine.org/services.html > >Hi, > >I am trying to use QuickFIX with .Net 2 but if I try to reference the >binaries I get the error >"DLL 'C:\(...)\quickfix_net.dll' is attempting managed execution inside OS >Loader lock" > >I try opening and compiling quickfix.sln but I get some other errors. > >Does anybody now hoe to use QuickFIX with .Net 2?? > >Thanks, > >Rogério > > > >------------------------------------------------------- >This SF.net email is sponsored by: Splunk Inc. Do you grep through log files >for problems? Stop! Download the new AJAX search engine that makes >searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! >http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642 >_______________________________________________ >Quickfix-users mailing list >Qui...@li... >https://lists.sourceforge.net/lists/listinfo/quickfix-users > > > > |
From: <ma...@gm...> - 2006-01-19 19:07:12
|
Thanks Oren! I will get the CVS version. I get the Loader lock error when I attempt to run the application (so there is no stack trace) The complete error is "DLL 'C:\(...)\quickfix_net.dll' is attempting managed execution inside OS Loader lock. Do not attempt to run managed code inside a DllMain or image initialization function since doing so can cause the application to hang." Thanks again, Rogério >>> From: "Oren Miller" <or...@qu...> CVS has a solution file for visual studio 2005. We are currently investigating the LoaderLock issue. My current guess is that it is related to the use of the MSXML COM component. If you have a stack trace when you receive that message it would be helpful. --oren Rogério Manente wrote: >QuickFIX Documentation: >http://www.quickfixengine.org/quickfix/doc/html/index.html >QuickFIX Support: http://www.quickfixengine.org/services.html > >Hi, > >I am trying to use QuickFIX with .Net 2 but if I try to reference the >binaries I get the error >"DLL 'C:\(...)\quickfix_net.dll' is attempting managed execution inside OS >Loader lock" > >I try opening and compiling quickfix.sln but I get some other errors. > >Does anybody now hoe to use QuickFIX with .Net 2?? > >Thanks, > >Rogério > > > >------------------------------------------------------- >This SF.net email is sponsored by: Splunk Inc. Do you grep through log >files >for problems? Stop! Download the new AJAX search engine that makes >searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! >http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642 >_______________________________________________ >Quickfix-users mailing list >Qui...@li... >https://lists.sourceforge.net/lists/listinfo/quickfix-users > > > > |
From: <ma...@gm...> - 2006-01-19 20:57:24
|
Thanks for you answer Oren. I tried using the latest version from CVS. But now I get the folowing error. "Configuration failed: TargetCompID not defined" I can send you the Stack Trace if you like. Does anone know how to handle this error? Thanks again, Rogério >>> From: "Oren Miller" <or...@qu...> CVS has a solution file for visual studio 2005. We are currently investigating the LoaderLock issue. My current guess is that it is related to the use of the MSXML COM component. If you have a stack trace when you receive that message it would be helpful. --oren Rogério Manente wrote: >QuickFIX Documentation: >http://www.quickfixengine.org/quickfix/doc/html/index.html >QuickFIX Support: http://www.quickfixengine.org/services.html > >Hi, > >I am trying to use QuickFIX with .Net 2 but if I try to reference the >binaries I get the error >"DLL 'C:\(...)\quickfix_net.dll' is attempting managed execution inside OS >Loader lock" > >I try opening and compiling quickfix.sln but I get some other errors. > >Does anybody now hoe to use QuickFIX with .Net 2?? > >Thanks, > >Rogério > > > >------------------------------------------------------- >This SF.net email is sponsored by: Splunk Inc. Do you grep through log >files >for problems? Stop! Download the new AJAX search engine that makes >searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! >http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642 >_______________________________________________ >Quickfix-users mailing list >Qui...@li... >https://lists.sourceforge.net/lists/listinfo/quickfix-users > > > > |