Edit and Continue : warning 2001 

Error Message

Cannot find local variable or variable data type changed: symbol (symbol)

Edit and Continue cannot update a function on the call stack because code changes either removed a variable that requires construction or destruction or changed the variable's data type. Debugging of the function will continue with old code. Code changes will be applied the next time the function is called.

See Also

Reference

Supported Code Changes