Tagged Questions
The solution-files tag has no wiki summary.
7
votes
7answers
3k views
How do I tell MSTEST to run all test projects in a Solution?
I need to know how to tell MSTEST to run all test projects in a solution file. This needs to be done from the command line. Right now I have to pass it a specific project file, I'm trying to get it ...
3
votes
2answers
144 views
How do I start WebDevServer from a .sln file without opening Visual Studio 2008
Is there a way to start WebDevServer (Visual Web Development Server) by passing in the .sln file without actually opening Visual Studio 2008? I am a JavaScript developer and I work in a client ...
1
vote
2answers
107 views
VSS - Solution file between multiple users
we have a solution with multiple projects that is being developed by a team of developers. Project paths in the solution file checked in initially contains the path that are specific to that ...
0
votes
0answers
95 views
Visual-Studio/Team Foundation server - Solution check in issue - A team Foundation Server is not available
Im getting this error when trying to change the Code analysis settings of a solution file for one of our projects
File > Source Control > Code analysis settings for Solution > Replace with Check-in ...
0
votes
1answer
126 views
Using SLN files with Server Management Studio
I'm trying to learn how to use SQL server with MapPoint, and this article wants me to download a code file project and "run the script against the database". I'm totally lost on how to get started. ...
0
votes
3answers
398 views
Merge Visual Studio Solution Files
We have two large solution files that we would like to merge into a single solution.
We could just add the projects from solution A to solution B. But wondering if there is a less time consuming way ...