Websoft.CS.Controls New private message notification

rated by 0 users
This post has 0 Replies | 1 Follower

Not Ranked
Posts 2
Points 10
sandeepnellutla Posted: Fri, Jan 4 2008 11:32 AM

I have downloaded Websoft.CS.Controls for the new private notification popup. and I am getting the following 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: Unknown server tag 'WebsoftCS:PrivateMessageUserControl'.

Source 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:

 

%@ Control Language="C#" %>

<%@ Register TagPrefix="CS" Namespace="CommunityServer.Controls" Assembly="CommunityServer.Controls" %>

<%@ Register TagPrefix="WebsoftCS" Namespace="Websoft.CS.Controls" Assembly="Websoft.CS.Controls" %>

<CS:ResourceControl ID="ResourceControl1" runat="Server" ResourceName="Utility_ForumAnchorType_MenuSpacer" />

<WebsoftCS:PrivateMessageUserControl ID="PrivateMessageUserControl1" runat="Server" />

 

Thanks in advance.!!!

  • | Post Points: 5
Page 1 of 1 (1 items) | RSS
Powered by Community Server (Commercial Edition), by Telligent Systems

Copyright© 2008 Telligent Systems Inc. All rights reserved
CommunityServer.com  •  Telligent.com