I seem to be having two issues with my project after I converted from VS 2005 to VS 2010.

IntelliSense: command-line error: invalid macro definition: _WIN32_WINNT>=0x0501

And I also cant seem to be able to do a "Call Hierarchy" on any of the methods or properties.

I would appreciate if someone can help me with these. Thanks

link|improve this question

1  
The Intellisense "compiler" is awfully buggy. I don't trust it at all. Rely on the real compiler to give you compilation warnings. – Michael Price Oct 27 '11 at 3:58
feedback

1 Answer

up vote 0 down vote accepted

Decided to ignore the intellisense warnings. The call hierarchy wasnt working because i was in the release mode. should be in debug mode.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.