Re: [Quickfix-users] Re: Exception using SocketInitiator in a Windows service
Brought to you by:
orenmnero
From: Oren M. <or...@qu...> - 2005-01-14 17:45:54
|
I think this has to do with the CoInitialize in MSXML_DOCUMENT. Try changing this to CoInitializeEx, which should use MTA by default instead of STA. --oren On Jan 14, 2005, at 6:04 AM, GRIGLIO FABIO wrote: > QuickFIX Documentation: > http://www.quickfixengine.org/quickfix/doc/html/index.html > QuickFIX FAQ: > http://www.quickfixengine.org/wikifix/index.php?QuickFixFAQ > QuickFIX Support: http://www.quickfixengine.org/services.html > > I don't know if could be useful to solve the problem but the same > exception > return implementing the service in vb.NET. > > A workaround is to remove the DataDictionary from the configuration > file : > > #with this configuration we 've problem > DataDictionary=c:/myfix/spec/FIX40.xml > UseDataDictionary=Y > > > #in this manner the service starts > UseDataDictionary=N > > > any idea ? Could be a bug in the dictionary xml loading ? > > thanks & regards > Fabio > > > > > ------------------------------------------------------- > The SF.Net email is sponsored by: Beat the post-holiday blues > Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek. > It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt > _______________________________________________ > Quickfix-users mailing list > Qui...@li... > https://lists.sourceforge.net/lists/listinfo/quickfix-users > |