RE: [Nant-users] Error with User Controls

2003-06-04 Thread Daniel Nguyen
Since I'm new to NAnt, I won't pretend to be a Mr. *Know-It-All*. But, I'm wondering if this has anything to do with compiling in Debug -vs- Release or vice versa. I had similar problem (though only occurs in VS) when one of the projects I was working on would compiled in Debug mode, but failed i

RE: [Nant-users] Error with User Controls

2003-06-04 Thread Jeff Kararo
Here is the task in my .build file. The web control is in the same namespace as the web page that uses it. I have other web user controls in this page and other pages that do not have this problem. The only difference is that I am accessing a public property of this control. It compiles fin