After upgrading to the new version of Xamarin forms I'm getting a System.MissingMethod exception. Help!!!!!!!!! Screenshot is here. https://i.stack.imgur.com/vPIAx.png. I've also posted this on Xamarin Forums. Still waiting for an answere from the Xamarin team. http://forums.xamarin.com/discussion/67725/system-missingmethod-exception-after-upgrading-to-xamarin-forms-2-2-043-on-xamarin-studio-mac#latest
Asked
Active
Viewed 77 times
0
-
What third party packages are you using in the project, if any? Are you able to pinpoint a specific cause for the exception by process of elimination? – Paul May 29 '16 at 13:18
-
Seems you are not alone http://stackoverflow.com/questions/37507846/xamarin-method-cgsize-ctor-not-found why don't you just roll back to an earlier version of Forms for now? – Bill Reiss May 29 '16 at 14:16
-
Yep, sounds like someone messed up the latest nuget push. I'd give it until Tuesday to see if a hotfix update comes out. This is a holiday weekend, so wouldn't expect there to be an abundance of engineers available to look into it. In the meantime, as Bill suggests - I would roll back to the prior release (which I've been using fine for a while now). – Keith Rome May 29 '16 at 18:20
-
I'm not able to reproduce the issue with a fresh project updated to 2.2.0.43, but something's obviously going on here. I'm personally not involved with the build process, but I'll try to find out what's going on and provide an update as able. As Keith above mentioned, since it's the holiday weekend in the US, everyone's patience is certainly appreciated. In the meantime, if anyone finds that one of the other update channels (beta/alpha) helps with the situation, do let me know. – Paul May 29 '16 at 19:36
-
This might be a stupid question to ask, but how do I roll back to an earlier version of the package on Xamarin Studio. I know how to do this on Visual Studio via the nuget package manager, but it's not very apparent on Xamarin Studio – Madhav Shenoy May 29 '16 at 20:19
-
@MadhavShenoy to downgrade on XS just Double click on the packages folder and search for Xamarin.Forms there will be 2 versions, select 2.2.0.31 there you go. – Mario Galván May 30 '16 at 05:30
-
@MadhavShenoy - Adding to what Mario has commented, to see all versions for Xamarin.Forms in Xamarin Studio you can enter a package version search in the Add Packages dialog, for example: `Xamarin.Forms version:*` which will list all versions. Then select the one you want and install that. – Matt Ward May 30 '16 at 12:42