Title: Message
First you need to have .NET 1.1 framework SDK installed, if you are using .Net 1.1 assemblies.
And next you should have the path of TLBIMP.exe utility in the PATH environment variable.
 
So if your solution is using .NET 1.1 framework then you should have something like this in the PATH variable - C:\Program Files\Microsoft.NET\SDK\v1.1\Bin
ELSE look for the path of TLBIMP.exe under VS.NET installation folder (e.g. C:\Program Files\Microsoft Visual Studio .NET\FrameworkSDK\Bin).
 
 
 
-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Johnson, Patrick
Sent: Friday, January 30, 2004 11:12 AM
To: [EMAIL PROTECTED]
Subject: [Nant-users] <solution> task

I’m attempting to use the <solution> task.  I fail out with a message of:

 

Unable to start process ‘tlbimp.exe’ with commandline ‘”C:\WINDOWS\System32.shdocvw.dll” /silent /out:”D:\Working\TestBuild\Interop.SHDocVw.dll” /namespace:SHDocVw’.

   The system cannot find the file specified.

 

 

Any pointers as to how to handle this problem would be appreciated.

 

P.J.

Reply via email to