This is surely a setup issue on my part but Im not being smart enough to fix it.
Here is the error:
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 type DotNetGallery.Gallery from assembly dotnetgallery, Version=1.0.1644.15579, Culture=neutral, PublicKeyToken=null.
Source Error:
Line 17: <div align="center" class="head"><b>DotNetGallery Online Demonstration</b></div>
Line 18: <p align="center"><br>
Line 19: <CE:Gallery id="gallery1" runat="server" Height="500" Width="600" Column="8" MaxImageWidth="1024"
Line 20: BackColor="#ffffff" CellPadding="5" AutoResizeUploadedImages="true" CellSpacing="5" ForeColor="#000000"
Line 21: BorderColor="#cc0000" BorderStyle="solid" BorderWidth="0" CssClass="container" ShowThumbNailName="true"
|
Source File: C:\websites\dotnetgallery\default_vb.aspx Line: 19
I noticed in the code in front the control says error creating control so obviously I have something referenced incorrectly in terms of file location or filename.