You may receive multiple errors when you have a file name with characters from a different language in Visual C# .NET (814910)
The information in this article applies to:
- Microsoft Visual C# .NET (2002)
SYMPTOMSWhen you use uppercase characters from a different language
in a file name in Visual C# .NET, you may receive multiple errors. When you
rename a file to include characters from a different language, and you open
these files in an editor, you receive the following warning message when you
compile the file: Source file
'filename' specified multiple times Also, you may find that you cannot navigate, outline, add color, use the code model, use Microsoft IntelliSense, or load the designer. The following problems also occur:
- The source file loses color.
- The debugger prompts the user to open the file before each
breakpoint, and after each time the user steps, even if the file is already
open.
- Breakpoints are not displayed while debugging, but are
hit.
- You receive the CS2002 compiler warning.
WORKAROUNDTo work around problems such as the loss of colorization,
navigation, code model, or Intellisense, close the file in the editor, and then
reopen the file. When you do this, all services are restored.
To work
around debugging problems, change the file name after you close the file in the
editor.STATUS
Microsoft has confirmed that this is a bug in the Microsoft products that are
listed at the beginning of this article.
Modification Type: | Minor | Last Reviewed: | 1/18/2006 |
---|
Keywords: | kbide kbDebug kbbug KB814910 kbAudDeveloper kbAudITPRO |
---|
|