[NAnt-users] Problem building a GUI using task
Hi all, I'm trying to build a GUI using the task. As part of the task I pass in a rootnamespace argument. My problem is that the GUI makes use of the 'My' namespace, and this is amended with the rootnamespace. So 'My' becomes 'rootnamespace.My' and this means that the compiler cannot find proper
Re: [NAnt-users] External Program Failed: C:\Windows\Microsoft.NET\Framework\v2.0.50727\csc.exe (return code was 1)
Ragesh, Try adding a reference to the System.Linq.dll (in bold). Cheers, Matt