-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Incompatibility with Xamarin.Forms 5.0.0.2612 and the "System.MissingFieldException" exception #2
Comments
Does it appear in our demo (this repo) or in your application? |
It appears in both the demo(this repo) and my application. |
Thanks, we will investigate this. |
@DmitryH, Any update on this? |
We are working on this. Meanwhile you can use our SDK with |
Okay, thanks for the update. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Issue Description:
I'm encountering an issue with Pixelnetica.DocScanSDK.Xamarin.Forms NuGet when using Xamarin.Forms version 5.0.0.2612. The problem is that I'm getting a "System.MissingFieldException" exception. It specifically mentions the missing field "Xamarin.Forms.SolidColorBrush Xamarin.Forms.Brush.Blue" in the code.
System.MissingFieldException: Field not found: Xamarin.Forms.SolidColorBrush Xamarin.Forms.Brush.Blue Due to: Could not find field in class at ImageSdkWrapper.Forms.PxlScannerView..ctor () [0x0000b] in <b4fd1a4cfc344ffba73b5323291ef7fe>:0
Additional Information:
@DmitryH Can you please help on this?
The text was updated successfully, but these errors were encountered: