Hi, I am trying to compile a project which references other dll's. one of the dll is a COM and i have registered it to the GAC and then registered to the registry using regasm as below before compiling the below project dotnet_servicemgr.
1. gacutil -i abc.dll 2. regasm abc.dll /tlb:abc.tlb Below is my nant script. <target name="DOTNET_SERVICEMGR_START_BUILD"> <solution configuration="Release" outputdir="E:\AutoBuildTool\Source Code\bin"> <assemblyfolders> <include name="E:\AutoBuildTool\Source code\Bin"/> </assemblyfolders> <projects> <include name="E:\AutoBuildTool\Source Code\dotnet_servicemgr\SERVICEMGR.csproj" /> </projects> </solution> </target> My assemblyfolder is where the references for the project dotnet_servicemgr can be found. PS: the problem occurs only for this project alone. I doubt if it be coz abc.dll is a COM dll. ------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid0709&bid&3057&dat1642 _______________________________________________ NAnt-users mailing list NAnt-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/nant-users