Tim,

Right now, the <solution> task expects "tlbimp.exe" to be on your PATH, we
will change this in the future by using TlbImpTask instead of directly
calling the executable, but for now you'll have to add the Framework SDK bin
directory (eg. C:\Program Files\Microsoft Visual Studio .NET
2003\SDK\v1.1\Bin) to your PATH.

Gert

----- Original Message ----- 
From: "Tim Dallmann" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, December 18, 2003 7:35 PM
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
>



-------------------------------------------------------
This SF.net email is sponsored by: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills.  Sign up for IBM's
Free Linux Tutorials.  Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id78&alloc_id371&op=click
_______________________________________________
Nant-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to