See: Error MCG0024 in .NET Stardard Forms UWP Project.
https://bugzilla.xamarin.com/show_bug.cgi?id=58485 , the bugzilla report states the solution is talking to the Syncfusion support team to fix or going back to xf 2.3.4.247
However, I can't go back to xf 2.3.4.247 because only the current XF release solves this issue described here:
NullReferenceException:
Platform.UWP.ImageRenderer.UpdateAspect()
https://forums.xamarin.com/discussion/comment/299737, fix requires xf 2.4.0.282
Also with 2.3.4.247 my images do not show in the Listview GridLayout, in release mode.
I have the latest Syncfusion ListView installed, 15.3.0.33. Please help! I can not deploy a submission to store with this bug. It is a show stopper for me.
ImageSource.FromResource("[PCLName].[FolderName].[EmbeddedResourceImage]",typeof(App)); |
Thanks, that helped on getting the images in release mode, but did not solve my dilemma. I reverted back to 2.3.4.270 and even 2.3.4.247. I am getting a release runtime error... in SharedStubs.g.cs when I go back and forth between my detail page and my ListView page, especially if I navigate back from the detail page to the ListViewPage and the images have not downloaded from the web on the detail page. I also have some embedded images on that page too, and I applied the ,Typeof(App) suggestion too. In debug, the error bubbles up to App.g.i.cs .
In debug mode, I get this error:
Exception = {System.NullReferenceException: Object reference not set to an instance of an object.
at Xamarin.Forms.Platform.UWP.ImageRenderer.UpdateAspect()
at Xamarin.Forms.Platform.UWP.ImageRenderer.<OnElementChanged>d__3.MoveNext()
--- End of stack trace fr...
In release mode, I get this error:
Unhandled exception at 0x06E17A98 (Windows.UI.Xaml.dll) in JethroTullX.UWP.exe: 0xC000027B: An application-internal exception has occurred (parameters: 0x12FC17F0, 0x00000006). occurred
I believe I need to get a version of Syncfusion that works with 2.4.0.282. Then, everything will work.
FormsDatePicker class for WinRT/UWP is removed in Xamarin forms at some point. 2.3.4.something. Here is the bug that needs fixing by Syncfusion according to Xamarin... https://bugzilla.xamarin.com/show_bug.cgi?id=58485
I can not deploy a submission to store with this bug. It is a show stopper for me.. ETA on this fix ?
Query |
Response |
Null reference exception throws while rendering the image in UWP platform |
As reported to bugzilla team, the isssue will occur in the Xamarin Forms version 2.3.4.270 too. However, it has been resolved in latest stable version 2.4.0.282 by Xamarin team. So, you can resolve this error by upgrading the Xamarin Forms version to latest stable version 2.4.0.282 in your application.
Also, you can overcome the issue with “GridLayout images are not rendered in UWP platform in release mode” by using the provided code example in the previous update.
We hope that SfListView will work in latest version 2.4.0.282 without any issues. If you are facing any problem with SfListView in latest Xamarin version, please let us know the details.
|
Issue with DatePicker in SfDataGrid |
A support incident has been created under your account to track the status of the reported query. Please log on to our support website to check for further updates.
|
When is going to be fixed the "Issue with DatePicker in SfDataGrid "?? I can't deploy because this error.
Thank you very much for the reply, i'll wait for the update.
Hi walabi,Thanks for the update.Regards,G.Muthu Kumaran.
Hello,
any news on when service release 4 is coming out for xamarin forms? I also have release build problem because of FormsDatePicker
Regards