I have downloaded Websoft.CS.Controls for the new private notification popup. and I am getting the following error:
Line 4: <CS:ResourceControl ID="ResourceControl1" runat="Server" ResourceName="Utility_ForumAnchorType_MenuSpacer" /> Line 6: <WebsoftCS:PrivateMessageUserControl ID="PrivateMessageUserControl1" runat="Server" /> Line 8: <!-- <asp:HyperLink ID="Messages" runat="Server" />
Source File: /driveway/themes/default/Common/Skin-PrivateMessageUserControl.ascx Line: 6
Can you tell me whats going wrong here?
I did the following as soon as I downloaded the Websoft.CS.Controls.dll:
1. Copy the Websoft.CS.Controls.dll file to the /bin folder in your CommunityServer site.
2. Copy the Skin-PrivateMessageUserControl.ascx file to /Themes/default/Skins/
3. Add this line to the Skin-RegisteredUserControl.ascx control: <%@ Register TagPrefix="Websoft" Namespace="Websoft.CS.Controls" Assembly="Websoft.CS.Controls" %>
4. Then add this line to the end of the same file: <Websoft:PrivateMessageUserControl ID="PrivateMessageUserControl1" runat="Server" />
My ascx code looks as follows:
<%
<
Thanks in advance.!!!
Copyright© 2008 Telligent Systems Inc. All rights reserved CommunityServer.com • Telligent.com