I want to add a control in http://win-9dubqmslff7/pwa/_layouts/PWA/Statusing/Details.aspx,I write another control AttachmentIssueLink2 in accordance with the wording of the previous AttachmentIssueLink ,
<tr><th><asp:HyperLink ID="AttachmentsIssuesLink" Target="_new" runat="server" text="<% $Resources:PWA,STATUSING_DETAILS_ATTACHMENTS_ISSUES_LABEL%>" /></th></tr><tr><th><asp:HyperLink ID="AttachmentsIssuesLink2" Target="_new" runat="server" text="<% $Resources:PWA,STATUSING_DETAILS_ATTACHMENTS_ISSUES_LABEL2%>" /></th></tr>
then I go to C:\inetpub\wwwroot\wss\VirtualDirectories\80\App_GlobalResources find PWA.resx ,and insert words like this:
<data name="STATUSING_DETAILS_ATTACHMENTS_ISSUES_LABEL2" xml:space="preserve"><value>问题2</value></data>and then the page is error,Who can tell me why and how to get it?