I have a team of people working on a Visual Studio project (C #), and we continue to encounter this problem when a merge conflict occurs in a project file in DevelopmentServerPort. Apparently, DevelopmentServerPort is stored in the project file, not in the user settings.
Is there a way to solve this problem, except that it is forcibly bound to a specific port? This will not work, because we have several developers working on terminal servers, and they cannot use the same port.
source share