RE: [Nant-users] Error with User Controls

2003-06-04 Thread Daniel Nguyen
ode, but failed in Release mode. Cheers, -dn -Original Message- From: Jeff Kararo [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 03, 2003 7:03 AM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: RE: [Nant-users] Error with User Controls Here is the task in my .build file. The web control

RE: [Nant-users] Error with User Controls

2003-06-04 Thread Jeff Kararo
-Original Message- From: Jean Rajotte [mailto:[EMAIL PROTECTED] Sent: Monday, June 02, 2003 7:23 PM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: RE: [Nant-users] Error with User Controls what does the comp

RE: [Nant-users] Error with User Controls

2003-06-03 Thread Clayton Harbour
nce a line number? Clayton -Original Message- From: Jean Rajotte [mailto:[EMAIL PROTECTED] Sent: June 3, 2003 6:28 AM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: RE: [Nant-users] Error with User Controls have hardly any experience w/ web apps, but why is the error message saying &q

RE: [Nant-users] Error with User Controls

2003-06-03 Thread Jean Rajotte
ical to the one in the .csproj file? > -Original Message- > From: Jeff Kararo [mailto:[EMAIL PROTECTED] > Sent: Tuesday, June 03, 2003 08:03 > To: [EMAIL PROTECTED]; [EMAIL PROTECTED] > Subject: RE: [Nant-users] Error with User Controls > > > Here is the task in m

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: [N

[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