TimK
-
1/9/2006 9:24:16 PM
Error in trial version of CMSDesk - clicked "History"
I created a new product (products-->Category A-->Tim's First Product) and saved it. I saw it appear in the site - great! I went back into CMSDesk and started clicking thru the top nav items (Site, Edit, List, Properties, and so on). This is with my new product selected in the leftnav treeview control. When I clicked on the "History" nav button, I got the following error. Note that I am using the C# version of code.
Server Error in '/KenticoCMS' Application. --------------------------------------------------------------------------------
Compilation Error Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately.
Compiler Error Message: CS1003: Syntax error, '(' expected
Source Error:
Line 40: <ItemTemplate> Line 41: <IMG title="<%=viewHint%>" style="CURSOR: hand" onclick='javascript:ShowHistoryVersion(<%# DataBinder.Eval(Container.DataItem, "VersionHistoryID") %> );' src="../design/buttons/view.gif"> Line 42: <% if allowRollback then %> Line 43: <IMG title="<%=rollbackHint%>" style="CURSOR: hand" onclick='javascript:RollbackVersion(<%# DataBinder.Eval(Container.DataItem, "VersionHistoryID") %>, <%# DataBinder.Eval(Container.DataItem, "NodeID") %> );' src="../design/buttons/rollback.gif"><% end if %> Line 44: <asp:ImageButton Runat="server" ID="btnDelete" ImageUrl="../design/buttons/deleteItem.gif" CommandName="Delete" CommandArgument='<%# DataBinder.Eval(Container.DataItem, "versionhistoryid") %>'>
Source File: c:\inetpub\wwwroot\KenticoCMS\cmsdesk\content\history.aspx Line: 42
|