3
micnil
7y

How many project do you have in your main Visual Studio solution? At work we have 180+ and it is driving me nuts how slow everything is. Especially when pulling from hg.

Comments
  • 0
    180 fuck!!! And Im complaining about 10... Can't you segregate with multiple​ sln files? :/
  • 1
    We have 100. One time a guy from Microsoft told us to not do this since VS is not built to handle many projects in a single solution
  • 1
    10 is really the max so far... What freaking solution could require 180+ different projects?!?
  • 0
    I've tried to separate server and client to separate sln, and it works fine most of the time. But eventually i run into reference errors. I don't have the time or competence to fix 😅. Upgraded to VS2017 today though, and performance is much better ☺️
  • 0
    We have 40 to 50 modules but still the highest number of projects in a solution is maintained to 2 that too is highly unlikely mostly a single project in a solution.It might be easier if you keep a single output path and use the same path as the reference path. Maybe obvious but still..
Add Comment