Hi @Manfred Koh ,
Ensure that your project is configured to use .NET 8.0.
Open the csproj file (.
) and check the target framework <TargetFramework>net8.0</TargetFramework>
.
Confirm that the platform (x86, x64, or ARM) and architecture (Debug or Release) settings match between your project and the target process.
Make sure all dependencies and NuGet packages are correctly installed, clean the solution and rebuild it.
Best Regards.
Jiachen Li
If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment". Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.