Skip to content

Commit 4f6eceb

Browse files
authored
Remove section. (#1857)
1 parent a56b4e9 commit 4f6eceb

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

docs/troubleshooting.md

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -140,18 +140,6 @@ Visual Studio may not be resolving the required workloads if you try to compile
140140
141141
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).
142142

143-
<!--
144-
## The WINDOWS `#if` directive is broken
145-
146-
The `WINDOWS` definition doesn't resolve correctly in the latest release of .NET MAUI. To work around this issue, add the following entry to the `<PropertyGroup>` element of your project file.
147-
148-
```xml
149-
<DefineConstants Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'windows'">$(DefineConstants);WINDOWS</DefineConstants>
150-
```
151-
152-
The definitions that identify a specific version of Windows will still be missing.
153-
-->
154-
155143
## Type or namespace 'Default' doesn't exist
156144

157145
When using the [`Contacts` API](platform-integration/communication/contacts.md), you may see the following error related to iOS and macOS:

0 commit comments

Comments
 (0)