[Quickfix-developers] referencing a DLL
Brought to you by:
orenmnero
From: Alexandre H. <a....@ca...> - 2003-03-14 15:24:53
|
hello, Thanks a lot for the link: I have set my local intranet security policy = to "Full trust" and I don't have that problem anymore. But now, I get this message: "file or assembly name quickfix_net_debug, or one of its dependencies, = was not found" However, in my folder, I have: 2 classes and the DLL - BrokerApplication.cs,=20 - BrokerMain.cs and - quickfix_net_debug.dll and to compile, I used this command line:=20 csc /out:hello.exe /r:quickfix_net_debug.dll *.cs=20 Putting the dll in: "c:\winnt\system32" changes nothing. What's wrong ? Thanks, Alexandre -----Message d'origine----- De : OM...@th... [mailto:OM...@th...] Envoy=E9 : vendredi 14 mars 2003 15:58 =C0 : Alexandre Hoang Cc : 'qui...@li...'; qui...@li... Objet : Re: [Quickfix-developers] RE: Quickfix-developers digest, Vol 1 #179 - 8 msgs You need to make sure the permissions are set properly with caspol.exe. You can read more about using the tool here: http://www.c-sharpcorner.com/Security/ViewPermissions.asp --oren |---------+-----------------------------------------------> | | Alexandre Hoang | | | <a....@ca...> | | | Sent by: | | | qui...@li...ur| | | ceforge.net | | | | | | | | | 03/14/2003 05:15 AM | | | | |---------+-----------------------------------------------> =20 >-----------------------------------------------------------------------= ---- -------------------| | | | To: "'qui...@li...'" | | <qui...@li...> | | cc: | | Subject: [Quickfix-developers] RE: Quickfix-developers = digest, Vol 1 #179 - 8 msgs | =20 >-----------------------------------------------------------------------= ---- -------------------| Hello, I am using quickFIX 1.4.0, through its .net dll = (quickfix_net_debug.dll) and I get this error message: unverifiable assembly 'quickfix_net_debug' failed policy check when I launch the C# example given in "QuickFIX-1.4.0.zip".* Is the policy check defined in the C# SDK ? Can I modify it ? Or is the problem elsewhere ? thanks, Alexandre * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * = * * Confidentiality Notice : The information contained in this e-mail message is intended only for = the personal and confidential use of the recipient(s) named above. If the reader of this message is not the intended recipient or an agent responsible = for delivering it to the intended recipient, you are hereby notified that = you have received this document in error and that any review, = dissemination, distribution, or copying of this message is strictly prohibited. If you have received this communication in error, please notify = pos...@ca... immediately by e-mail, and delete the original message. * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * = * * ------------------------------------------------------- This SF.net email is sponsored by:Crypto Challenge is now open! Get cracking and register here for some mind boggling fun and the chance of winning an Apple iPod: http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0031en _______________________________________________ Quickfix-developers mailing list Qui...@li... https://lists.sourceforge.net/lists/listinfo/quickfix-developers * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * = * *=20 Confidentiality Notice :=20 The information contained in this e-mail message is intended only for = the personal and confidential use of the recipient(s) named above. If the = reader of this message is not the intended recipient or an agent responsible = for delivering it to the intended recipient, you are hereby notified that = you have received this document in error and that any review, = dissemination, distribution, or copying of this message is strictly prohibited. If you = have received this communication in error, please notify = pos...@ca... immediately by e-mail, and delete the original message. * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * = * *=20 |