I have tried almost everything but still getting below error,
Could not find any resources appropriate for the specified culture or the neutral culture. Make sure "Org.CRM.D365.Enquiry.PluginManager.Resources.EN.resources" was correctly embedded or linked into assembly "Org.CRM.D365.Enquiry.PluginManager" at compile time, or that all the satellite assemblies required are loadable and fully signed.
- I have checked the name in the designer.cs file of En.Resx which is same as class namespace.
- I have Set Access Modifier of my resx file to public
- I have recreated the designer.cs by run custom tool
- I have changed build action property of my resx file to "Embedded Resource"
- I have even deleted the resx file and tested my plugin again but it throws same error again strangely. I do not understand if I am deleting why does it throw same error?
What am I missing? Please support