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