T O P I C R E V I E W |
jyoung |
Posted - Feb 10 2013 : 4:56:22 PM I'm working on a Windows 8 C++ WinRT application project and I'm repeatedly getting this intellisense error from the GetValue and SetValue functions I'm calling inside of properties that I'm defining for a control:
IntelliSense: base class "Windows::UI::Xaml::DependencyObject" is ambiguous
The solution compiles ok, I'd just like to get ride of these error messages from VAX. |
2 L A T E S T R E P L I E S (Newest First) |
jyoung |
Posted - Feb 10 2013 : 10:06:24 PM You're right, it's from Visual Studio. I'm Sorry for the confusion. I guess I'll go bug Microsoft.  |
sean |
Posted - Feb 10 2013 : 9:52:49 PM Messages prefixed with "IntelliSense:" come from the default Visual Studio components. Visual Assist X will prefix status bar messages with "VA X:"
You can confirm the ambiguous error is not due to Visual Assist X by temporarily disabling VA in the Extension Manager. |