Exception in Xamarin Forms iOS project - MissingManifestResourceException

I have just upgraded to the latest versions of Xamarin Forms and SFDataGrid and I get the following exception in my iOS application:

System.IO.FileNotFoundException:

Exception:

System.Resources.MissingManifestResourceException: Could not find any resources appropriate for the specified culture or the neutral culture. 
Make sure "MiPlanMobile.Resources.Syncfusion.SfDataGrid.XForms.resources" was correctly embedded or linked into assembly "MiPlanMobile" at compile time,
or that all the satellite assemblies required are loadable and fully signed.

I had no problems with the previous versions.

Xamarin Forms v3.1.0.583944
Syncfusion.Xamarin.SFDataGrid v16.2.0.41

4 Replies

AN Ashok N Syncfusion Team June 28, 2018 02:54 AM UTC

Hi Mark,  

 

We have checked the reported Application crash while navigating back with Xamarin.Forms v3.1 and SfDataGrid v16.2.0.41 in both Xamarin.Forms.iOS and Xamarin.Forms.UWP platform and it is working properly in both platforms. For your reference we have attached working sample in the below location, please refer it. Please modify our attached sample based on your requirement and revert along with replication procedure, that would be more helpful for further analyse.  

 

Note: We request you to install our latest NuGet after clear the bin and NuGet cache from your machine. Please refer the below KB link to get more details about NuGet cache clear:      

KB link: https://www.syncfusion.com/kb/6987/how-to-clear-nuget-cache    

 

Regards,  

Ashok  


Attachment: App18_f868ce39.zip


MA Mark July 3, 2018 10:02 AM UTC

This is related to my other problem with the grid control.

If I remove the grid control I don't get the error.


Again the grid control and FreshMVVM not playing nice.



MA Mark July 6, 2018 01:26 PM UTC

I re-created my project from scratch and this problem went away.


SR Sivakumar R Syncfusion Team July 9, 2018 07:31 AM UTC

Hi Mark, 
 
As we already mentioned,  this issue occurred due to cache problem only. Can you please delete bin and obj folders in your old project after clearing syncfusion NuGet’s from cache. This should resolve the problem in your previous project also.  
 
Thanks, 
Sivakumar 


Loader.
Up arrow icon