When I open a project in Visual Studio I get the following dialog box message:
The Open from Source Control operation is still in progress but you can start working now. The rest of the projects will be retrieved asynchinously.
Then it gets the latest from soruce safe, overwriting what ever I had. How do I stop VS2010 / source safe from doing this
It's probably that you enabled "Get everything when a solution or project is opened" at Visual Studio Tools->Options->Source Control->Evironment. If so, uncheck it and then try again.