0

I've got a problem with my Visual Studio for Mac 2022 version 17.0.4 (build 23) when running my application and trying to debug my project. It seems that when I try to debug the project, it gives me an error screenshot below. enter image description here

with it I can't seem to run my project in Debug mode because of this. Does anyone able to fix this issue? Please let me know sooner.

Alvin Quezon
  • 1,089
  • 3
  • 11
  • 29

1 Answers1

1

It seems the issue is the IDE itself, I tried installing the 2019 version of Visual Studio for Mac and it seems work perfectly! I think the main reason why in Visual Studio for Mac 2022 has this problem is because doesn't support the .NET Core 3.1 because it is about to be deprecated. I think this is why it doesn't work as expected. Anywho, it is been solved! Hopefully anyone who across the same issue knows this. Thanks!

Alvin Quezon
  • 1,089
  • 3
  • 11
  • 29