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 CS0033

Out of disk space or I/O error writing incremental build file 'file'

During an incremental build (/incremental), the compiler writes to a file containing dependency information used to make rebuild information faster. This write could fail. Perhaps the file had read-only status, which you should change to read/write status.