✅ Xamarin debugging issues
While attempting to debug the function for a side bar I get a pop up box stating "No compatible code running on the thread." I know that I have c# code functioning properly within this body but I can't debug the content within it for some reason?
4 Replies
I ended up getting a friend and having him compile and debug it. He never saw this screen. Why would I see this screen and he doesnt?
Looks like nothing has happened here. I will mark this as stale and this post will be archived until there is new activity.
After about a week the problem has been solved. I was using old NuGet packages that weren't compatible with Xamarin. To solve this problem you have to right click on your project name in project solutions, select manage NuGet packages, and update all expired NuGet packages.