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: Error message when you run an ASP.NET 2.0 Web application if the global resource file name contains the culture name "zh-Hant"


View products that this article applies to.

Symptoms

Consider the following scenario:

  • You create an ASP.NET 2.0 Web application.

  • You create a global resource file. The file name contains the culture name "zh-Hant".
In this scenario, the Web application cannot run. Additionally, you receive an exception error that resembles the following:
Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately.



Compiler Error Message: CS0101: The namespace 'Resources' already contains a definition for 'xxxx'


Note "zh-Hant" is the new Chinese -Traditional culture name introduced in Windows Vista and in Microsoft .NET Framework 2.0 to replace "zh-CHS".

↑ Back to the top


Cause

This issue occurs because the Web application does not validate "zh-Hant" as a correct culture name.

↑ Back to the top


Resolution

Hotfix Replacement Information

The hotfix that corresponds to KB971169   has been superseded with the hotfix KB981201, which contains all fixes that were previously included in KB971169. You should use the hotfix KB981201 to fix the issues described in KB971169 .
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 how to create resource files for ASP.NET Web sites, visit the following Microsoft Web site:
How to: Create Resource Files for ASP.NET Web Sites http://msdn.microsoft.com/en-us/library/ms247246.aspx

↑ Back to the top


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

↑ Back to the top

Article Info
Article ID : 971169
Revision : 4
Created on : 9/21/2018
Published on : 9/21/2018
Exists online : False
Views : 336