Compile Error with Photo Gallery

Last post 06-17-2013, 12:30 PM by Kenneth. 1 replies.
Sort Posts: Previous Next
  •  06-14-2013, 2:18 PM 77561

    Compile Error with Photo Gallery

     

    Hi,

     

    I installed photo gallery per the document with some slight modifications.

     

    When compiling my website I recieve 4 errors one being the type name 'GalleryBrowser' does not exist in the type 'DotNetGallery'

     

    my installation is as follows.

     

    webconfig file

     

    <system.web>
       <pages styleSheetTheme="Default" maintainScrollPositionOnPostBack="true" validateRequest="false" enableEventValidation="false" controlRenderingCompatibilityVersion="3.5" clientIDMode="AutoID">
         <controls>
                   <add tagPrefix="DotNetGallery" namespace="DotNetGallery" assembly="DotNetGallery"/>
         </controls>
       </pages>
         
       <httpModules>
           <add name=" DotNetGallery.UploadModule" type="DotNetGallery.UploadModule,DotNetGallery"/>
       </httpModules>
    </system.web>

     

    aspx page

     

    <asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">
       <DotNetGallery:GalleryBrowser ID="gallerybrowser1" runat="server" />    
    </asp:Content> 

     

    I placed the dll and lic file in the bin folder.

     

    I'm using photo gallery for evaluation at this moment.

     

    Your help would be much appreciated.

     

    Regards,

     

    Karl

  •  06-17-2013, 12:30 PM 77567 in reply to 77561

    Re: Compile Error with Photo Gallery

    Hi kiekar,

     

    Please add reference of file "DotnetGallery.dll" for your project and try again.

     

    Regards,

     

    Ken 

View as RSS news feed in XML