I'm attempting to upgrade an existing managed solution on a CRM 2013. The solution import keeps failing with the following exception:
Crm Exception: Message: Solution manifest import: FAILURE, ErrorCode: -2147188685, InnerException: Microsoft.Crm.Tools.ImportExportPublish.ImportSolutionException: Solution manifest import: FAILURE ---> Microsoft.Crm.CrmException: The web resource with the name abc_/UI/Pages/ConfigurationPage.html must be a component in this managed solution for it to be the configuration page of the solution
The only difference between the old solution and the new solution is the configuration page. I changed it to point to a different webresource. Is changing the configuration page supported for managed solutions once deployed? The unmanaged solution imports perfectly.
*This post is locked for comments
I have the same question (0)I decompiled the offending code and determined it was a case issue when specifying the webresource in the solution.xml file. CRM only enforces this check for managed solutions.
Community Member
2
Christoph Pock
1