From 58bf766c23da4552e89edf99cd38a7bb2b188d52 Mon Sep 17 00:00:00 2001 From: David Britch Date: Tue, 7 Nov 2023 15:49:48 +0000 Subject: [PATCH] Remove section. --- docs/troubleshooting.md | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/docs/troubleshooting.md b/docs/troubleshooting.md index 77941540cd..1a64e67dd5 100644 --- a/docs/troubleshooting.md +++ b/docs/troubleshooting.md @@ -140,18 +140,6 @@ Visual Studio may not be resolving the required workloads if you try to compile This problem typically results from having an x86 and x64 SDK installed, and the x86 version is being used. Visual Studio and .NET MAUI require the x64 .NET SDK. If your operating system has a system-wide `PATH` variable that is resolving the x86 SDK first, you need to fix that by either removing the x86 .NET SDK from the `PATH` variable, or promoting the x64 .NET SDK so that it resolves first. For more information on troubleshooting x86 vs x64 SDK resolution, see [Install .NET on Windows - Troubleshooting](/dotnet/core/install/windows#it-was-not-possible-to-find-any-installed-net-core-sdks). - - ## Type or namespace 'Default' doesn't exist When using the [`Contacts` API](platform-integration/communication/contacts.md), you may see the following error related to iOS and macOS: