Search code examples
c#visual-studio-2005code-editor

C#: why is there an asterisk on one of the code editor tabs in VS2005?


C#: why is there an asterisk on one of the code editor tabs in VS2005?

Does it have something to do with source control?


Solution

  • It means the file has been modified, but not saved. When you save the tab (file), the asterisk will go away.

    This has nothing to do with source control.