ATL Attribute Provider Error ATL2249

Message Text

"name" is not a valid soap_handler name. The value must be a valid C++ identifier.

Circumstances

The name placeholder was given as the name argument for a soap_handler attribute but contains some character other than a letter, digit or underscore. Although the message text says that the name must be a valid C++ identifier, a name that begins with a digit does not cause this error.