Hi all,
Currently, I've started learning about Solution packager due to some requirements in our project. In order to practice, I've created a CRM 2016 Online trial and downloaded the default solution. At the first time I tried to Extract the Default Solution, I got an error regarding kbarticletemplates, after some investigation I was able to resolve it by deleting some Article templates that were corrupted in CRM for some reason. However, when I try to Package it I got an error I'm still not able to fix. Basically, the error is regarding a missing component/dependency, please find below the error:
Based on the error text, I can see that "SiteMap" is missing. The thing is that it cannot be because I've downloaded the default solution and as we all know, every single component in CRM is contained here. Also, before this error I can see the next warning:
Warning Following root components are not defined in customizations
This error is followed by hundreds of lines regarding some for specific components like: Templates, MailMergeTempalte, Dashboards, webresources, PluginAssembly and SdkMessageProcessingStep.
Examples:
Type='WebResource', Id (or schema name)='WebResource-msdyn_AvailableIFollowViews.xml'.
Type='WebResource', Id (or schema name)='WebResource-msdyn_ConfigurationFormXml.xml'.
Type='WebResource', Id (or schema name)='WebResource-msdyn_Dynamics_icons_Customer_service'.
Type='WebResource', Id (or schema name)='WebResource-msdyn_Dynamics_icons_Sales'.
Type='WebResource', Id (or schema name)='WebResource-msdyn_LoadGuidedHelp.js'.
Type='WebResource', Id (or schema name)='WebResource-msdyn_LoadGuidedHelpMoCA.js'.
Type='SiteMap', Id (or schema name)='SiteMap-{d5684797-805b-4188-b8fa-1028cfbef003}'.
Type='CustomControl', Id (or schema name)='CustomControl-'.
Type='FieldSecurityProfile', Id (or schema name)='{572329c1-a042-4e22-be47-367c6374ea45}'.
Type='PluginAssembly', Id (or schema name)='PluginAssembly-ActivityFeeds.Filtering.Plugins, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'.
Type='PluginAssembly', Id (or schema name)='PluginAssembly-ActivityFeeds.Plugins, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'.
Type='SdkMessageProcessingStep', Id (or schema name)='{0abfa17a-e280-e011-bba4-00155da91e01}'.
Type='SdkMessageProcessingStep', Id (or schema name)='{11e6b9c2-e297-e011-a61c-00155db22186}'.
Type='SdkMessageProcessingStep', Id (or schema name)='{12f04a77-bf76-e011-93e7-00155d8a2747}'.
Any idea how to solve this issue?
Thanks in advance!
*This post is locked for comments