I am trying to create full build for a project that has both .NET and VB6 code. I am using the <vb6> task to compile the VB6 code. The build is blowing up because it can't find references for DLLs that have already been compiled. For example, DLL B references DLL A; I am first compiling A but when I try to compile B, the build blows up telling me that it can't resolve the reference to A. Is there a way to get around this problem? Also, if the project file is set to compile with 'binary compatibility', is there a way to set the binary compatibility off through the <vb6> task?
Thanks, Sergey ------------------------------------------------------- This SF.net email is sponsored by: IT Product Guide on ITManagersJournal Use IT products in your business? Tell us what you think of them. Give us Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more http://productguide.itmanagersjournal.com/guidepromo.tmpl _______________________________________________ NAntContrib-Developer mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/nantcontrib-developer

