Edit and Continue : error 1006

A global or static variable was added, renamed, removed, or changed data type or initialization: symbol (referenced by: module)

This error occurs if you apply code changes or invoke Edit and Continue with a debug command after one of these changes:

  • Adding a new global or static variable.

  • Renaming a global or static variable.

  • Removing a global or static variable.

  • Changing the data type of a global or static variable.

  • Changing the initialization of a global or static variable.

Edit and Continue does not work with these changes.

See Also

Reference

Supported Code Changes