0
votes

I've been getting the "Frame not in module" error while trying to debug my mobile app ever since I've installed VS 2015 with Xamarin. I'm taking over a project from a another team member, his development environment works fine and he is able to debug. We've compared NuGet packages and we're both using the same versions. This error happens every time I try and debug through code/functions which reference Xamarin Forms.

I've tried various various workarounds and theories which I've found online, including uninstalling VS Studio/Xamarin and reinstalling the whole lot. I've tried solutions suggested here:

Has there been an updated solution to this issue recently? Does anybody have other workarounds that have worked for them?

1

1 Answers

0
votes

Gave up trying to fix this issue and decided to upgrade to Visual Studio 2017. After migrating the project and updating the NuGet packages I can debug and step through the code successfully.