Notice: This website is an unofficial Microsoft Knowledge Base (hereinafter KB) archive and is intended to provide a reliable access to deleted content from Microsoft KB. All KB articles are owned by Microsoft Corporation. Read full disclaimer for more details.

FIX: Code blocks embedded in an ASP.NET 2.0 Web page disappear when you use the Generate Local Resource tool in Visual Web Developer to generate a local resource file


Symptoms

In Microsoft Visual Web Developer, you use the Generate Local Resource tool to generate a local resource file for an ASP.NET 2.0 Web page. When you do this, any embedded code blocks on this page may be deleted.

For example, you have a Panel control on the ASP.NET 2.0 Web page. The code for the Panel control resembles the following:
  <form id="form1" runat="server">
<asp:Panel runat="server" ID="disablePanel">
The current server time is: <%=DateTime.NOW.ToString() %>
</asp:Panel>
</form>
Then, you open this Web page in Visual Web Developer, and then click the Generate Local Resource on the Tools menu. However, the following string disappears from the code:


<%=DateTime.NOW.ToString() %>

Therefore, if you view the Source view of this page, the code resembles the following:
<form id="form1" runat="server">
<asp:Panel runat="server" ID="disablePanel" meta:resourcekey="Panel1Resource1">
The current server time is:
</asp:Panel>
</form>

↑ Back to the top


Resolution

Hotfix Replacement Information

The hotfix that corresponds to KB969364  has been superseded with the hotfix KB981201, which contains all fixes that were previously included in KB969364 .  You should use the hotfix KB981201 to fix the issues described in KB969364. For more information, click the following article number to view the article in the Microsoft Knowledge Base:
981201 A hotfix is available for ASP.NET 2.0 that enables support for extended protection
  

↑ Back to the top


Status

Microsoft has confirmed that this is a problem in the Microsoft products that are listed in the "Applies to" section.

↑ Back to the top


More Information

For more information about the Embedded Code Blocks in ASP.NET Web Pages, visit the following Microsoft Web site:
For more information about the Resource Files in ASP.NET Web Pages, visit the following Microsoft Web site:

↑ Back to the top


Keywords: kbhotfixserver, kbexpertiseadvanced, kbnotautohotfix, kbhotfixdev, kbsurveynew, kbqfe, kb

↑ Back to the top

Article Info
Article ID : 969364
Revision : 5
Created on : 9/19/2018
Published on : 9/19/2018
Exists online : False
Views : 155