RE: [Nant-users] Error with User Controls

2003-06-03 Thread Clayton Harbour
There might be some files you are missing with your "includes" statement in the build file. Just for fun it might be good to change it to include all .cs files: Does the compiler error message reference a line num

RE: [Nant-users] Error with User Controls

2003-06-03 Thread Jean Rajotte
have hardly any experience w/ web apps, but why is the error message saying "the type or namespace 'Test'...". i don't see the type or namespace 'Test' referenced in the code below. is the message pertaining to something else? and, is the reference list identical to the one in the .csproj file?

[Nant-users] Missing nant.dotnettasks.tests update in 0.8.2?

2003-06-03 Thread Brian Moore \(NCD\)
Am I missing an update to the SourceForge.NAnt.Tests.BuildTestBase in NAnt.Core.Tests.dll? All my NUnit tests are using BuildTestBase.RunBuild(string xml) and were totally fine before 0.8.2, but now I get: "Method not found: Void SourceForge.NAnt.Project.ctor(string, boolean) at SourceForge.NA

RE: [Nant-users] Error with User Controls

2003-06-03 Thread Jean Rajotte
what does the compile task look like? do you reference all assemblies and references? > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Jeff Kararo > Sent: Monday, June 02, 2003 13:49 > To: [EMAIL PROTECTED] > Subject: [Nant-users] Error with User

[Nant-users] Error with User Controls

2003-06-03 Thread Jeff Kararo
I have a user control in my asp.net project. The user control has a public property that I set that will display a message in the control. Everything compiles in VS.NET. However, I get an error in NANT when trying to compile. The control is in the same namespace as the aspx page. I even tr

RE: [Nant-users] Strange behaviour of NAnt+NUnit2

2003-06-03 Thread Lorphelin Yves
Hi Jaroslaw Here is my 2 €cent. Shoot me if I got it wrong Versionning for 1.0 & 1.1 is basically this: An executable tries to run within it's own runtime. so Nunit (compiled on 1.0) tries to run a some library of test compiled on 1.0 -> nunit tries to loads someting from mscorlib (1.0 v