Tagged Questions
The suo tag has no wiki summary.
2
votes
4answers
1k views
Tool to view the contents of the Solution User Options file (.suo)
Are there any free tools available to view the contents of the solution user options file (the .suo file that accompanies solution files)?
I know it's basically formatted as a file system within the ...
1
vote
1answer
232 views
Modify .suo file
I need to modify a .suo file.
Basically, I have a client-server application. The client needs a "cookie" to log into the server, which is generated every day and retrieved on the client machine by ...
0
votes
1answer
22 views
VS2010 - Open a solution, file in this sln will open too
i created a little application (win forms) thats create a solution, adds a project and some files to the project. By clicking a button, the new solution should open by the installed vs2010 express. ...
0
votes
1answer
53 views
Are suo (solution option) files portable? or tied a user or to that particular instance of the solution?
In Visual studio 2008 -- For my particular project, I only care about a subset of a solution. I handle this by unloading the projects I don't need. I know these settings are saved in suo. So what I'd ...
0
votes
1answer
87 views
How to include a project in a solution but have it unloaded by default?
Is this possible to configure in the SLN file, or just in the SUO?
0
votes
3answers
199 views
How to configure my solution to show all projects collapsed on Visual Studio?
Every time I check out my solution from the SCM I have to collapse manually each project in my solution to get a good overview of it.
I know that the collapsed settings are stored in a .suo file, ...