[Quickfix-developers] : .NET build question
Brought to you by:
orenmnero
|
From: <DJM...@gl...> - 2005-08-24 19:48:54
|
I'm trying to build the quickfix_net and quickfix_net_messages solution objects. quickfix_net seems to build fine, but there are what appear to be namespace problems building the quickfix_net_messages project. ***Example errors*** C:\quickfix\src\.NET\fix40\Message.cs(267,35): error CS0234: The type or namespace name 'Message' does not exist in the class or namespace 'QuickFix' (are you missing an assembly reference?) C:\quickfix\src\.NET\fix40\Allocation.cs(315,37): error CS0234: The type or namespace name 'Group' does not exist in the class or namespace 'QuickFix' (are you missing an assembly reference?) C:\quickfix\src\.NET\fix40\Allocation.cs(380,36): error CS0234: The type or namespace name 'Group' does not exist in the class or namespace 'QuickFix' (are you missing an assembly reference?) C:\quickfix\src\.NET\fix40\Allocation.cs(445,39): error CS0234: The type or namespace name 'Group' does not exist in the class or namespace 'QuickFix' (are you missing an assembly reference?) C:\quickfix\src\.NET\fix40\Allocation.cs(498,37): error CS0234: The type or namespace name 'Group' does not exist in the class or namespace 'QuickFix' (are you missing an assembly reference?) C:\quickfix\src\.NET\fix40\Allocation.cs(598,41): error CS0234: The type or namespace name 'Group' does not exist in the class or namespace 'QuickFix' (are you missing an assembly reference?) C:\quickfix\src\.NET\fix40\Email.cs(111,40): error CS0234: The type or namespace name 'Group' does not exist in the class or namespace 'QuickFix' (are you missing an assembly reference?) C:\quickfix\src\.NET\fix40\ExecutionReport.cs(575,39): error CS0234: The type or namespace name 'Group' does not exist in the class or namespace 'QuickFix' (are you missing an assembly reference?) etc. What am I missing? Regards, Daniel J. McCarthy Development Manager Global Link State Street Global Markets One Lincoln Street, SFC4 Boston, MA 02111-2900 617 664-3924 Confidentiality Notice: The information contained in the email is intended for the confidential use of the above-named recipient(s). If the reader of this message is not the intended recipient or person responsible for delivering it to the intended recipient, you are hereby notified that you have received this communication in error, and that any review, dissemination, distribution, or copying of this communication is strictly prohibited. If you have received this in error, please notify the sender immediately and destroy this message. |