CSC_WHIDBEY replaced by what?

Beta 1 contained a predefined preprocessor variable called CSC_WHIDBEY allowing to write conditionally compiled code based on which compiler version is used.
The documentation disappeared from beta2, and the variable is probably renamed. Can anybody tell me to what it is renamed


Answer this question

CSC_WHIDBEY replaced by what?

  • Michael Creamer

    Sounds like a good idea, perhaps you should suggest it on the Microsoft Product Feedback Center.

  • Anjana Mazumder MSFT

    I just realize I must have defined that myself during beta1. Apparently, VB2005 does have a predefined constant VBC_VER, but C# doesn't have something like this, so I'll have to define this myself. Will such a constant be added to C#

  • CSC_WHIDBEY replaced by what?