This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!
Compiler Warning (level 1) C4041
compiler limit : terminating browser output
Browser information exceeded the compiler limit.
Possible cause
- Compiling with /FR (browser information including local variables).
Possible solutions
- Compile with /Fr (browser information without local variables).
- Disable browser output (compile without /FR or /Fr).