Looks like you will have to create a Runtime Callable Wrapper (RCW) for your .NET Task
If your doing straight COM then you will have to import the metadata (via tlbimp.exe)
Take a hard look at this article which details using COM objects in a .NET environment
----- Original Message -----
Sent: Wednesday, October 05, 2005 8:57 AM
Subject: [Nant-users] TLB (Type Libaries) not being generated via the Nant build file - solution task

Hi,
 
I am using CruiseControl.NET 1.0 RC2 with Nant 0.85 RC2 as my CI Server
Now one of the C# projects in the solution has a post build event
which copies a tlb file to the general output dir. This fails with a source file not found
Now I find that the tlb is not generated via a Nant build and
when I build via the IDE, the tlb file is created. The project has the 'Register COM Interop' property set to True. (Proj Properties > Config Properties > Build > Outputs)
 
For now I just copied an existing copy into the source directory manually.
Any solutions ?
 
Thanks,
Gishu Pillai
 

Reply via email to