I'm compiling C# and sucessfully referencing a bunch of .NET dlls in my build.  The problem is when the compiler gets to a 3rd party dll which is COM, I get the following ....

fatal error CS0009: Metadata file 'c:\cvs\tn_pos\TicketNetwork\dll\FDXParser.dll' could not be opened -- 'There isn't metadata in the memory or stream'
 
This all compiles fine from VStudio.
 
My references look like this:
            <references>
                <includes name="${dlls.dir}\*.dll"/>
                <includes name="C:\Program Files\Common Files\Crystal Decisions\1.0\Managed\*.dll"/>
             </references>
 
And i have unsafe = "true" on my csc line.
 
Not sure what what I'm up against here, any help would be appreciated.
 
-- Mike Duncan

Reply via email to