Editar e continuar: Erro 1006
Uma variável global ou estática foi adicionada, renomeado, removido ou alterado o tipo de dados ou de inicialização: símbolo (referenciado pelo: módulo)
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.