Me and some of my colleagues are experiencing a strange problem in Visual Studio 2008 and Windows 7 (64-bit). We use VSS6 for our source control (unfortunately).
We have a problem when we make changes to the extracted file, resulting in the file being extracted as expected. But when we are going to build a project or try to save a file, it often (but not always) asks us to save the file as dialog, as if VS believes that the file is registered (and therefore has a read-only flag).
However, all we need to do is cancel the dialog and save or build again, and it will always work a second time without requesting a save dialog. Or we can continue with saving, leaving the name the same, and it will work. As if the version control status in VS2008 did not reach VSS (even though VS2008 was the application that checked the file).
This is similar to a discussion of this thread , but it is not a permission issue or running as an administrator, 1) because it resolves itself in the second attempt and 2) we are already starting VS as an administrator.
Thanks in advance.
Jerad
source share