jamesmontemagno / ImageCirclePlugin

Circle Images for your Xamarin.Forms Applications
MIT License
240 stars 68 forks source link

Image Circle not importing on Xamarin Studio but working fine on Visual Studio #16

Closed MehrozeYaqoob closed 7 years ago

MehrozeYaqoob commented 7 years ago

I am using the latest version released on 6 January 2017. When I deploy my app from windows to iOS Simulator, it works fine but when I use the same code in xamarin studio, it givee me error.

Project/iOS/MTOUCH: Error MT2002: Failed to resolve "System.Void Xamarin.Forms.Xaml.XamlFilePathAttribute::.ctor(System.String)" reference from "Xamarin.Forms.Xaml, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null" (MT2002) (Project.iOS)

Error reference leads me to this page https://developer.xamarin.com/guides/ios/troubleshooting/mtouch-errors/#MT2002

Bug

Version Number of Plugin: Device Tested On: Simulator Tested On:

Expected Behavior

Actual Behavior

Steps to reproduce the Behavior

Feature Request:

Please fill in what you would like

jamesmontemagno commented 7 years ago

Are you sure you have the same version of Xamarin.Forms installed in each of your projects?

MehrozeYaqoob commented 7 years ago

Yup Xamarin Forms version is same. I managed to solved it by

Thanks