Edit and Continue : warning 2004

Cannot handle adding or removing a local variable with a name that is already defined more than once: symbol (symbol)

Your code changes include the addition or removal of a variable with a name that is already defined more than once in different scopes. Edit and Continue cannot insert or delete such variables. 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