Re: [NAnt-users] Error CS0234: The type or namespace name'UpdatePanel'does not exist in the namespace 'System.Web.UI'

2007-04-11 Thread Erich Eichinger
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

Re: [NAnt-users] Error CS0234: The type or namespace name 'UpdatePanel'does not exist in the namespace 'System.Web.UI'

2007-04-11 Thread angus.grant
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

[NAnt-users] Error CS0234: The type or namespace name 'UpdatePanel' does not exist in the namespace 'System.Web.UI'

2007-04-11 Thread Iordache Aurelian
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