the type or namespace 'DotNetGallery' could not be found in the global namespace

  •  09-03-2010, 12:36 PM

    the type or namespace 'DotNetGallery' could not be found in the global namespace

    Hello,
     
    I get the above message after my build works the first time.   I have the error on line 10...
     
    1. public partial class Photos {  
    2.       
    3.     /// <summary>  
    4.     /// dotnetgallery1 control.  
    5.     /// </summary>  
    6.     /// <remarks>  
    7.     /// Auto-generated field.  
    8.     /// To modify move field declaration from designer file to code-behind file.  
    9.     /// </remarks>  
    10.     protected global::DotNetGallery.gallerybrowser dotnetgallery1;  

     
    I am using VS 2010 and the 3.5 Framework.
     
    Thanks, John
     
View Complete Thread