NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

Compiler Error C2873

'symbol' : symbol cannot be used in a using-declaration

A using directive is missing a namespace keyword. This causes the compiler to misinterpret the code as a using declaration rather than a using directive.