BUG: IntelliSense feature stops functioning when you switch from Designer view to Code view (839293)
The information in this article applies to:
- Microsoft Visual C# .NET (2003)
- Microsoft .NET Framework 1.1
- Microsoft Visual Basic .NET (2003)
SUMMARYWhen you use License controls in Microsoft Visual C# .NET 2003, and you switch to Code view after you make some
changes to a form or a control in Designer view, the Microsoft IntelliSense feature may stop functioning. This article describes how to resolve the
problem by deleting extra blank lines from the licenses.licx file of the project that are incorrectly added by the Microsoft Visual Studio .NET 2003 IDE.
SYMPTOMSThe IntelliSense feature may stop functioning when you make some changes in Designer view, and then you switch to Code view. Color syntax highlighting in the Code view disappears except for the #region directive and comments.
You may notice this behavior when you use License controls in your project. CAUSEWhen you use the License controls in your project, the licenses.licx file is automatically generated. There may be some blank lines in the licences.licx file that are incorrectly added. These blank lines cause a part of the Language service code to fail, and this behavior causes the CodeSense feature of IntelliSense to disappear.RESOLUTIONTo resolve this problem, follow these steps: - Start Visual Studio .NET 2003.
- On the File menu, click Open Solution, and then locate the solution file where the problem occurs.
- On the File menu, point to Open, and then click File.
- Locate the project folder in the Open File dialog box, and then double-click licenses.licx.
- In the Code window, remove all the blank lines from the end of the type name line in the licenses.licx file by pressing the DELETE key on your keyboard.
- On the File menu, click Save All to save all the files.
- Restart Visual Studio .NET, and then open the project again.
STATUSMicrosoft has confirmed that this is a bug in the Microsoft products that are listed in the "Applies to" section.REFERENCESFor more information about Licensing Components and Controls visit the following Microsoft Web site:
Modification Type: | Minor | Last Reviewed: | 1/11/2006 |
---|
Keywords: | kbide kbLicensing kbbug KB839293 kbAudDeveloper |
---|
|