what mean by step 3

Last post 05-02-2010, 8:51 PM by Adam. 4 replies.
Sort Posts: Previous Next
  •  03-01-2010, 7:15 PM 59088

    what mean by step 3

    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
     
  •  03-01-2010, 10:27 PM 59094 in reply to 59088

    Re: what mean by step 3

    Hi m.mana
     
    Please put files "DotnetGallery.dll" and "dotnetgallery.lic" into "Bin" folder of your site and try again.
     
    Regards,
     
    Ken
  •  03-02-2010, 10:03 AM 59108 in reply to 59094

    Re: what mean by step 3

    yah i do that but isn,t work

    here u r the link and look to the erorr    http://un.ly/Web/Demo.aspx  
     
     

     
     
  •  03-04-2010, 4:05 AM 59163 in reply to 59108

    Re: what mean by step 3

    Hi m.mana,
     
    Can you  set up FTP access for me? So I can check it for you.
     
     
    Regards,
     
    Ken
  •  05-02-2010, 8:51 PM 60628 in reply to 59088

    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 as RSS news feed in XML