From 591b91a4f89a7d23a366fb9c5adb16968b171121 Mon Sep 17 00:00:00 2001 From: Albert Snow Date: Mon, 16 Oct 2023 18:34:41 -0500 Subject: [PATCH] Update setting-up-a-development-environment.md adding minor troubleshoot clarification for those not familiar with visual studio and c# project solution setup --- .../setup/setting-up-a-development-environment.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/en/general-development/setup/setting-up-a-development-environment.md b/src/en/general-development/setup/setting-up-a-development-environment.md index b618c8bb4..0ea9a92f9 100644 --- a/src/en/general-development/setup/setting-up-a-development-environment.md +++ b/src/en/general-development/setup/setting-up-a-development-environment.md @@ -132,3 +132,8 @@ Unhandled exception. Robust.Shared.IoC.Exceptions.ImplementationConstructorExcep ``` Uninstall .NET Core SDK x86. Install .NET Core SDK x64. + + +## The client and server aren't available in Visual Studio to configure in Multiple startup projects + +This may be because you opened the project as a folder rather than a solution. Make sure you open it as a solution and click the space station 14 .sln file.