Re: [Quickfix-users] weird error message
Brought to you by:
orenmnero
From: James P M. I. <jmi...@bl...> - 2007-07-30 16:11:05
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type"> <title></title> </head> <body bgcolor="#ffffff" text="#000000"> This is a basic assembly loading error. This means that the QuickFix assembly can not be found by the .NET runtime loader.<br> <br> There are 2 ways to resolve this simply.<br> 1) Make sure the QuickFIX DLL's are in the same folder as your executable. If your using Visual Studio 2005, you can view the properties for the quickfix_net and quickfix_net_messages references and set "Copy Local" to true.<br> <br> 2) Register the QuickFIX dll's in the Global Assembly Cache (GAC). You should do some research on the GAC before you try this method. Its pretty simple, but you should still understand it before you use it.<br> <br> <a class="moz-txt-link-abbreviated" href="mailto:son...@ao...">son...@ao...</a> wrote: <blockquote cite="mid:8C9...@we..." type="cite"> <pre wrap="">QuickFIX Documentation: <a class="moz-txt-link-freetext" href="http://www.quickfixengine.org/quickfix/doc/html/index.html">http://www.quickfixengine.org/quickfix/doc/html/index.html</a> QuickFIX Support: <a class="moz-txt-link-freetext" href="http://www.quickfixengine.org/services.html">http://www.quickfixengine.org/services.html</a> </pre> <br> <hr size="4" width="90%"><br> For every quickfix app that I make in .net I get this same error message. Right now im making an acceptor.<br> <br> <br> error message:<br> <br> Could not load file or assembly 'quickfix_net, Version=1.0.2767.18477, Culture=neutral, PublicKeyToken=null' or one of its dependencies. The system cannot find the file specified.<br> <div class="AOLPromoFooter"> <hr style="margin-top: 10px;">AOL now offers free email to everyone. Find out more about what's free from AOL at <a moz-do-not-send="true" href="http://www.aol.com?ncid=AOLAOF00020000000437" target="_blank"><b>AOL.com</b></a>.<br> </div> <pre wrap=""> <hr size="4" width="90%"> ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> <a class="moz-txt-link-freetext" href="http://get.splunk.com/">http://get.splunk.com/</a></pre> <pre wrap=""> <hr size="4" width="90%"> _______________________________________________ Quickfix-users mailing list <a class="moz-txt-link-abbreviated" href="mailto:Qui...@li...">Qui...@li...</a> <a class="moz-txt-link-freetext" href="https://lists.sourceforge.net/lists/listinfo/quickfix-users">https://lists.sourceforge.net/lists/listinfo/quickfix-users</a> </pre> </blockquote> <br> <pre class="moz-signature" cols="72">-- James P Michels III Bluefin Trading LLC <a class="moz-txt-link-abbreviated" href="mailto:jmi...@bl...">jmi...@bl...</a> 914-227-9511 (office) 267-573-1121 (alternate) 215-431-7644 (cell) </pre> </body> </html> |