FIX: Live semantic analysis incorrectly reports error messages on a computer that has Visual Studio 2008 SP1 installed
FIX: Live semantic analysis incorrectly reports error messages on a computer that has Visual Studio 2008 SP1 installed
On This Page
SYMPTOMS
- You open a solution that contains breakpoints in the .aspx.cs files.
Note If you double-click any error message or open the corresponding .aspx files, the error message disappears.
- You run a project that uses a constant that requires a conversion. When this occurs, the error message resembles the following:
The operation overflows at compile time in checked mode
This problem may occur if your code contains the following code:
class Program {static void Main(string[] args){ ulong x = ulong.MaxValue - 2;}} - You reference certain constructs that are defined in metadata. This issue occurs if the metadata is produced by a compiler other than the C# compiler.
RESOLUTION
Hotfix information
A supported hotfix is available from Microsoft. However, this hotfix is intended to correct only the problem that is described in this article. Apply this hotfix only to systems that are experiencing this specific problem. This hotfix might receive additional testing. Therefore, if you are not severely affected by this problem, we recommend that you wait for the next software update that contains this hotfix.
To download this hotfix from the MSDN Code Gallery, visit the following Microsoft Web site:
Note The MSDN Code Gallery displays the languages for which the hotfix is available. If you do not see your language listed, it is because the Code Gallery resource page is not available for that language.
Note If additional issues occur or if any troubleshooting is required, you might have to create a separate service request. The usual support costs will apply to additional support questions and issues that do not qualify for this specific hotfix. For a complete list of Microsoft Customer Service and Support telephone numbers or to create a separate service request, visit the following Microsoft Web site:
Note This hotfix can be applied to both x86 versions and x64 versions of Visual Studio 2008.
Prerequisites
You must have Visual Studio 2008 SP1 installed to apply this hotfix.
Restart requirement
You have to restart the computer, if Visual Studio is being used when you apply this hotfix.
Hotfix replacement information
This hotfix does not replace any other hotfixes.
File information
The English version of this hotfix has the file attributes (or later file attributes) that are listed in the following table. The dates and times for these files are listed in Coordinated Universal Time (UTC). When you view the file information, it is converted to local time. To find the difference between UTC and local time, use the Time Zone tab in the Date and Time item in Control Panel.
| File name | File version | File size | Date | Time |
|---|---|---|---|---|
| Cslangsvc.dll | 9.0.30729.162 | 5,306,696 | 21-Oct-2008 | 14:44 |
STATUS
MORE INFORMATION
Microsoft Knowledge Base Article
This article contents is Microsoft Copyrighted material.
Microsoft Corporation. All rights reserved. Terms of Use | Trademarks
You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.
Back to the top
Leave a Reply