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 C3360

'string': cannot create name

The value that was passed to the uuid attribute was not valid.

The following sample generates C3360:

[ uuid("1") ]

// try this line instead
// [ uuid("12341234-1234-1234-1234-123412341234") ]

struct A {   // C3360
};

void main() {
}