Re: [Nant-users] Solution Task problem

2004-09-13 Thread Gert Driesen
Kent, Can you provide a small repro for this issue ? Thanks, Gert - Original Message - From: "Kent Boogaart" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, September 14, 2004 8:21 AM Subject: [Nant-users] Solution Task problem Hello, This problem has been mentioned previously

Re: [Nant-users] Solution task problem with tlbimp

2003-12-18 Thread Gert Driesen
Tim, Right now, the 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)

RE: [Nant-users] Solution task problem with tlbimp

2003-12-18 Thread Tim Dallmann
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-