Well, I found my own resolution - I was using the NAntMenu shell extension to
run my script, which does not include the vsvars32.bat call, so the system
could not find tlbimp.  When I execute nant from a VS.Net command window
everything works as expected.
 
Tim

        -----Original Message----- 
        From: Tim Dallmann 
        Sent: Thu 12/18/2003 12:35 PM 
        To: [EMAIL PROTECTED] 
        Cc: 
        Subject: [Nant-users] Solution task problem with tlbimp
        
        

        Hi, 
          
        I'm attempting to use the solution task to build a project that
includes a 
        reference to a COM dll.  
          
        <?xml version="1.0" encoding="utf-8" ?> 
        <project name="testSolution" default="build" 
        xmlns="http://nant.sf.net/schema/nant-20030903.xsd";> 
            <target name="build" description="Main build target"> 
                <solution configuration="debug" > 
                    <projects> 
                        <includes 
        name="MCW.STARS.BusinessLogic/MCW.STARS.BusinessLogic.vbproj" /> 
                    </projects> 
                </solution> 
            </target> 
        </project> 
          
        I'm getting the following error: 

        build: 

         [solution] Starting solution build. 
         [solution] Building MCW.STARS.BusinessLogic [debug]... 

        BUILD FAILED 

        Unable to start process 'tlbimp.exe' with commandline '"C:\Program 
        Files\Common 
        Files\Microsoft Shared\Office10\MSO.DLL" /silent 
        /out:"C:\Projects\STARS\MCW.STA 
        RS\MCW.STARS.BusinessLogic\bin\Interop.Microsoft.Office.Core.dll" 
        /namespace:Mic 
        rosoft.Office.Core'. 
         The system cannot find the file specified 

        Any idea what I need to do to get around this? 
        Tim Dallmann 
        NHu{,^zJxjyzÊyv 

áŠÄë^™¨¥ŠË)¢{(­ç[ÈL.)îÅ;­¢¸š–À^r‰žjw±¥êíŠrÈ5Eè®;¬¶ÈZ®—§Ê«²H¥–Ä‚{©~ŠÈË­ç{±Nëh®&¥°·š®w¯z¼­†)à~º&¶›jÈl…ée¶‹2±§fŠp¥‰É'£m¶ŸÿiÛ(±ÙÜoÚv'uÛ–Z‰Ý÷ïZ)rXœÖ¶ë®ÉŠX§‚X¬´Ö¶ë®Éb²Û,¢êÜyú+éÞm¦Ïÿ–+-²Ê.­Ç¢¸ë–+-³ùb²Ø~çj{n±êì

Reply via email to