Re: [nant-dev] Using TlbImp Without VS.NET Installed

2003-07-22 Thread Ian MacLean
It will also create the 'HKLM\Software\Microsoft\.NetFramework\sdkInstallRoot' registry key that nant uses to find those tools. Thats probably why copying the binaries over didn't work. Ian Install the framework SDK. This includes all of the utilities required to fully build a VS.NET solutio

Re: [nant-dev] Using TlbImp Without VS.NET Installed

2003-07-22 Thread Matthew Mastracci
Install the framework SDK. This includes all of the utilities required to fully build a VS.NET solution, minus devenv.exe. Aaron Jensen wrote: Part of our .NET software requires use of a .NET wrapper around a COM object. As such, during a build (using the taks), tlbimp.exe is called create th

[nant-dev] Using TlbImp Without VS.NET Installed

2003-07-22 Thread Aaron Jensen
Part of our .NET software requires use of a .NET wrapper around a COM object. As such, during a build (using the taks), tlbimp.exe is called create the wrapper. This works fine on machines with Visual Studio installed. However, on our build/deployment/qa/production servers, visual studio will N