C
C#13mo ago
Grin

✅ 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?
public bool OnNavigationItemSelected(IMenuItem item)
{
//There is content in here, I just can't fit it all in this discord page.
}
public bool OnNavigationItemSelected(IMenuItem item)
{
//There is content in here, I just can't fit it all in this discord page.
}
4 Replies
Grin
Grin13mo ago
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?
Grin
Grin13mo ago
Accord
Accord13mo ago
Looks like nothing has happened here. I will mark this as stale and this post will be archived until there is new activity.
Grin
Grin13mo ago
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.
Want results from more Discord servers?
Add your server
More Posts