Answered by:
How to get rid of .suo files?

Question
-
We have people with a mix of VS 2010 SP1 and VS2012 working with TFS 2010.
A few existing projects have .suo files and according to http://msdn.microsoft.com/en-us/library/vstudio/hh266747.aspx, suo is not supported for round-tripping between the two VS versions.
http://msdn.microsoft.com/en-us/library/bb165909(v=vs.80).aspx has a very brief description of the .suo file but does not explain when or why it is needed. Is there a way to get rid of the .suo file in existing solutions so as to make them workable across VS 2010 and VS 2012?
Thanks.
- Moved by Jie BaoModerator Wednesday, November 7, 2012 2:44 AM (From:Visual Studio Source Control and SourceSafe)
Monday, November 5, 2012 8:15 AM
Answers
-
Just delete those.
It contains information about what settings current user has selected for his/hers VS working environment, nothing that cannot be recovered/recreated. Other users won't use this same .suo file anyhow, as it is not stored in TFS (or it should not be there by default).
- Marked as answer by Cathy KongModerator Friday, November 16, 2012 9:25 AM
Wednesday, November 7, 2012 5:54 AM -
Hi K.Kong,
Thanks for your post and sorry for the delayed response!
As Ilpo said, the .suo file is a user-specific file, and cannot be shared between developers. The .sln file can be shared between developers on a development team.
So based on my understanding, you can delete the .suo files.
For more information, please refer to http://msdn.microsoft.com/en-us/library/df8st53z.aspx
Cathy Kong [MSFT]
MSDN Community Support | Feedback to us
- Marked as answer by Cathy KongModerator Friday, November 16, 2012 9:25 AM
Monday, November 12, 2012 6:52 AMModerator
All replies
-
Just delete those.
It contains information about what settings current user has selected for his/hers VS working environment, nothing that cannot be recovered/recreated. Other users won't use this same .suo file anyhow, as it is not stored in TFS (or it should not be there by default).
- Marked as answer by Cathy KongModerator Friday, November 16, 2012 9:25 AM
Wednesday, November 7, 2012 5:54 AM -
Ilpo, thanks. Before I start deleting this file, would anyone or Microsoft like to second this recommendation? Thanks.
Wednesday, November 7, 2012 2:59 PM -
Hi K.Kong,
Thanks for your post and sorry for the delayed response!
As Ilpo said, the .suo file is a user-specific file, and cannot be shared between developers. The .sln file can be shared between developers on a development team.
So based on my understanding, you can delete the .suo files.
For more information, please refer to http://msdn.microsoft.com/en-us/library/df8st53z.aspx
Cathy Kong [MSFT]
MSDN Community Support | Feedback to us
- Marked as answer by Cathy KongModerator Friday, November 16, 2012 9:25 AM
Monday, November 12, 2012 6:52 AMModerator