Property value is not valid. (Visual Studio) (1)

This error generally occurs when a invalid value is entered for a property. For example, if the property is a Boolean property with valid values of TRUE and FALSE, the value MAYBE would be invalid for the property.

To correct this error

  • Enter a value that is valid for the property.

    Tip

    Search the online documentation for the property name to find out what values are valid.