Back to Devexpress

XAF0008: The current Visual Studio version is not supported or .NET 9+ SDK is not installed

expressappframework-403511-debugging-testing-and-error-handling-code-diagnostics-xaf0008.md

latest1.3 KB
Original Source

XAF0008: The current Visual Studio version is not supported or .NET 9+ SDK is not installed

  • Jan 16, 2025

Severity: Warning

The current Visual Studio version is not supported or the .NET 9.0+ SDK is not installed. Update Visual Studio to v17.12.0+ and ensure that the .NET 9.0+ SDK is installed on your machine.

How to Fix

Update Visual Studio to v17.12.0+ and ensure that the .NET 9+ SDK is installed on your machine.

How to Suppress this Warning

Refer to the following Microsoft article to learn how to suppress warning messages for a specific project: How to: Suppress compiler warnings.

To suppress warning messages for all projects in a solution, follow the steps below:

  1. Open the “Directory.Build.props” file or create it in the root directory of your solution. For more information, refer to the following article: Customize your build: Directory.Build.props and Directory.Build.targets.
  2. In the NoWarn section, specify codes of warnings that you want to suppress. Use semicolons to separate codes: