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 reference?)
 [solution] ManageSendToSiteGroupIDs.aspx.designer.cs(74,41): Error CS0234: The 
type or namespace name 'UpdatePanel' does not exist in the namespace 
'System.Web.UI' (are you missing an assembly reference?)

  The problem is I don't have any error while compiling the solution with 
VS.Net2005. 
  Looks like NANT doesn't recognize ScriptManager and UpdatePanel types in 
System.Web.UI altough in VS.Net2005 while editing these files these types 
appears 
  in IntelliSense dropdown for System.Web.UI.
   
  ManageSendToSiteGroupIDs.aspx.designer.cs looks like this:
   
  namespace <some namespace> {
    /// <summary>
    /// ManageSendToSiteGroupIDs class.
    /// </summary>
    /// <remarks>
    /// Auto-generated class.
    /// </remarks>
    public partial class ManageSendToSiteGroupIDs {
        
        /// <summary>
        /// scriptmanager1 control.
        /// </summary>
        /// <remarks>
        /// Auto-generated field.
        /// To modify move field declaration from designer file to code-behind 
file.
        /// </remarks>
        protected global::System.Web.UI.ScriptManager scriptmanager1;
   
         
---------------------------------------------------------------------------------------------------------
   
         /// <summary>
        /// UpdatePanel1 control.
        /// </summary>
        /// <remarks>
        /// Auto-generated field.
        /// To modify move field declaration from designer file to code-behind 
file.
        /// </remarks>
        protected global::System.Web.UI.UpdatePanel UpdatePanel1;
   
  I'm a little blocked with this issue because seems this is a NANT issue.
  Any ideea ? Does anyone has/had the same problem ?
   
  Thanks...

       
---------------------------------
Now that's room service! Choose from over 150,000 hotels 
in 45,000 destinations on Yahoo! Travel to find your fit.
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
NAnt-users mailing list
NAnt-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to