Search

Wrong error indication of intelisense Visual Studio Express 2012 C++ (/cli) by MSPawel

Closed
as Deferred Help for as Deferred

1
0
Sign in
to vote
Type: Bug
ID: 777368
Opened: 1/24/2013 2:43:47 AM
Access Restriction: Public
0
Workaround(s)
0
User(s) can reproduce this bug
Intelisense shows error "name followed by "::" must be a class or namespace name" in formulations :
Enum::GetNames(System::IO::Ports::Parity::typeid)
Enum::GetNames(System::IO::Ports::StopBits::typeid)
Enum::GetNames(System::IO::Ports::Handshake::typeid)

Project build/compilation without errors.
In MS Visual Studio 2011 (beta) this problem was not existing.
Details (expand)

Visual Studio/Team Foundation Server/.NET Framework Tooling Version

Visual Studio 2012

Steps to reproduce

Type in editor:
Enum::GetNames(System::IO::Ports::Parity::typeid)

Product Language

English

Operating System

Windows 7 SP1

Operating System Language

English

Actual results

Code :

Enum::GetNames(System::IO::Ports::Parity::typeid)

produce intelisense error

Expected results

no errors reported
File Attachments
0 attachments
Sign in to post a comment.
Posted by Microsoft on 1/24/2013 at 10:27 PM
Thanks for your feedback.

We are rerouting this issue to the appropriate group within the Visual Studio Product Team for triage and resolution. These specialized experts will follow-up with your issue.
Posted by Microsoft on 1/24/2013 at 2:50 AM
Thank you for your feedback, we are currently reviewing the issue you have submitted. If this issue is urgent, please contact support directly(http://support.microsoft.com)
Sign in to post a workaround.