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
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?
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
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
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
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