Re: [NAnt-users] error BC30002: Type not defined

2006-01-30 Thread Narayanan Raghavan
Here is my nant build file. The build file is in the same directory as the proj file. I do not specify any other command line attrbutes. Just nant. Thanks. Build Project

Re: Re: [NAnt-users] Differentiating .NET 2003 / 2005 solution

2006-01-30 Thread Marc Towersap
or asp.net 2.0 projects, which don't have *proj files anymore. Marc Towersap Sr. SCM Engineer - Original Message From: Gary Feldman <[EMAIL PROTECTED]> To: nant-users@lists.sourceforge.net Sent: Monday, January 30, 2006 14:37:16 Subject: Re: Re: [NAnt-users] Differentiating .NET 2003 /

Re: Re: [NAnt-users] Differentiating .NET 2003 / 2005 solution

2006-01-30 Thread Gary Feldman
Scott Willeke wrote: Since those are valid xml files, anothe way might be via xmlpeek . No, this is about solution files (.sln), which are not XML. The various project files (.csproj, .vcproj, etc.) are XML, and that shou

Re: [NAnt-users] Differentiating .NET 2003 / 2005 solution

2006-01-30 Thread Scott Willeke
Since those are valid xml files, anothe way might be via xmlpeek .On 1/29/06, Noel Gifford <[EMAIL PROTECTED]> wrote: The only way I know of is to open the solution file and look at the first couple of lines   Visual Studio .NET 2003 has the following:   Microsoft Visual Studio

Re: [NAnt-users] error BC30002: Type not defined

2006-01-30 Thread Gary Feldman
Narayanan Raghavan wrote: While trying to build my project, I get this error error BC30002: Type 'XYZ.Objects.Common.Cache' is not defined THe line number this error points to is basically declaring an object of this class. [This is a class library that I wrote.] I opened my proj file in no

Re: [NAnt-users] Nant Support For NUnit For 2.2.5 (was RE: NAnt-users digest, Vol 1 #1714 - 7 msgs)

2006-01-30 Thread Gary Feldman
GOUIGOUX Jean-Philippe wrote: I made another round of test, putting the bindingRedirects in NAnt .config file instead of the .dll.config file, mixing both, etc. but no success. Any further idea ? The .dll.config file is the only one that matters (or at least the only one that people have rep