Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Question
Monday, June 1, 2009 3:23 PM
Is there a way to save the solution file in Visual Studio with the need to close / reopen it?
I'm using source versioning and I would prefer to not have to do this when I want to update the central repository.
All replies (3)
Thursday, June 4, 2009 12:39 AM âś…Answered
File.Save All will save the .sln (along with any other changes, of course). There's isn't a separate command for the .sln specifically.
Thanks, Paul Dempsey, VS/.Net Deployment Group
Wednesday, June 3, 2009 8:37 AM
Hi Eacousineau,
What do you mean "save the solution file in Visual Studio with the need to close / reopen it"? Please help me to clarify your issue more.
ThanksPlease remember to mark the replies as answers if they help and unmark them if they provide no help.
Welcome to the All-In-One Code Framework! If you have any feedback, please tell us.
Wednesday, June 3, 2009 12:48 PM
Oops, meant to say "without closing it".
Basically, I just want to know if there's a way to update the *.sln file by a menu item. I've checked the menus and the context menus but I haven't found anything.