Hi,
If your problem is only about compiling, use the -t option or setting from within your build
script. This will cause nant to link your build to the appropriate target
framework's assembly versions.
If it is about running e.g. NUnit test, you need to force nant to execute using
the desir
Check what version of the framework nAnt is running under. It could be
running under 1.1 and not 2.0 as VS 2005 does.
You can pass this as a command line parameter in your call to nant
(-t:net-1.1. I assume -t:net-2.0 for version 2.0 frameowrk) or I think
there is a setting in nant.exe.config or
Hello,
I'm using NANT to compile a VS.Net2005 solution.
The error I receive is:
[solution] ManageSendToSiteGroupIDs.aspx.designer.cs(29,41): Error CS0234:
The type or namespace name 'ScriptManager' does not exist in the namespace
'System.Web.UI' (are you missing an assembly referen