Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Error Message
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.