Hi all,
  My .NET project has reference to some Visual Basic COM objects (e.g.
MyServer.dll, COMSVCLIB.dll etc.). When I used NANT (latest nightly
build May 10, 2004) to build this solution, it generates
Interop.MyServer.dll, MyServer.dll, Interop.COMSVCLIB.dll and
COMSVCLIB.dll. 

But if I build the project from VS.Net IDE, it only creates
Interop.MyServer.dll and Interop.COMSVCLIB.dll.

The problem with this is that during deployment process, the
MyServer.dll wrappers might accidentally overwrite the COM+ version of
MyServer.dll which could potentially screw up. And for COMSVCLIB.dll, it
is redundant.

Is it by design? Are there any options I can do to make sure NANT build
the same was as the VB.NET IDE does?

Thanks.


-------------------------------------------------------
This SF.Net email is sponsored by: SourceForge.net Broadband
Sign-up now for SourceForge Broadband and get the fastest
6.0/768 connection for only $19.95/mo for the first 3 months!
http://ads.osdn.com/?ad_id%62&alloc_ida84&op=click
_______________________________________________
nant-developers mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-developers

Reply via email to