Re: what mean by step 3

  •  05-02-2010, 8:51 PM

    Re: what mean by step 3

    m.mana:

    3. Adding DotNet Gallery to an ASP.NET Page

    Here is the minimal ASP.NET page you would need to display the "/myGallery" directory of images as an image gallery:

    <%@ Register TagPrefix="DotNetGallery" Namespace="DotNetGallery" Assembly="DotNetGallery" %>

    <dotnetgallery:gallerybrowser id="dotnetgallery1" GalleryFolder="/myGallery" runat="server"></dotnetgallery:gallerybrowser>

    --------------------------------
    okay i do step 2 okay
    but i get this erorr 
    -----------------------------------

    Parser Error

    Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately.

    Parser Error Message: Could not load file or assembly 'DotNetGallery' or one of its dependencies. The system cannot find the file specified.

    Source Error:
     
    Line 2:  <%@ Register TagPrefix="DotNetGallery" Namespace="DotNetGallery" Assembly="DotNetGallery" %>
    -------------------------------
    so how can i do step 3 becuse i don't understanding how 
    sorry
     
     
    The error message indicated asp.net framework cannot find the dotnetgallery.dll. Please copy the dotnetgallery.dll to the project bin folder.
     

    asp.net Chat http://cutesoft.net/ASP.NET+Chat/default.aspx
    Web Messenger: http://cutesoft.net/Web-Messenger/default.aspx
    asp.net wysiwyg editor: http://cutesoft.net/ASP.NET+WYSIWYG+Editor/default.aspx
    asp wysiwyg html editor: http://cutesoft.net/ASP
    asp.net Image Gallery: http://cutesoft.net/ASP.NET+Image+Gallery/default.aspx
    Live Support: http://cutesoft.net/live-support/default.aspx

View Complete Thread