Update troubleshoot.md (#11547)
* Update troubleshoot.md * Update aspnetcore/test/troubleshoot.md Co-Authored-By: shadinamrouti <shadi1024@gmail.com>pull/11583/head
parent
b170eda5b9
commit
cc28fba700
|
@ -47,7 +47,7 @@ In the **New Project** dialog for ASP.NET Core, you may see the following warnin
|
|||
|
||||
You see this message when you have at least one installation of the .NET Core SDK in a directory outside of *C:\\Program Files\\dotnet\\sdk\\*. Usually this happens when the .NET Core SDK has been deployed on a machine using copy/paste instead of the MSI installer.
|
||||
|
||||
Uninstall the 32-bit .NET Core SDK to prevent this warning. Uninstall from **Control Panel** > **Programs and Features** > **Uninstall or change a program**. If you understand why the warning occurs and its implications, you can ignore the warning.
|
||||
Uninstall all 32-bit .NET Core SDKs and runtimes to prevent this warning. Uninstall from **Control Panel** > **Programs and Features** > **Uninstall or change a program**. If you understand why the warning occurs and its implications, you can ignore the warning.
|
||||
|
||||
### No .NET Core SDKs were detected
|
||||
|
||||
|
|
Loading…
Reference in New Issue