Sign in with Microsoft
Sign in or create an account.
Hello,
Select a different account.
You have multiple accounts
Choose the account you want to sign in with.

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>

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   

Status

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

More Information

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

http://msdn.microsoft.com/en-us/library/ms178135.aspxFor more information about the Resource Files in ASP.NET Web Pages, visit the following Microsoft Web site:

http://msdn.microsoft.com/en-us/library/ms247246.aspx

Need more help?

Want more options?

Explore subscription benefits, browse training courses, learn how to secure your device, and more.

Communities help you ask and answer questions, give feedback, and hear from experts with rich knowledge.

Was this information helpful?

What affected your experience?
By pressing submit, your feedback will be used to improve Microsoft products and services. Your IT admin will be able to collect this data. Privacy Statement.

Thank you for your feedback!

×