Dynamics CRM2011 导入解决方案报根组件插入错误的解决方法

      今天在还原一个老版本的解决方案,在导入时报根组件插入问题"Cannot add a Root Component 38974590-9322-e311-b365-00155d810a00 of type 31 because it is not in the target system"。我们的第一反应肯定是去customizations.xml中查询与之相关的组件,删除后发现还是报错,这时你需要去查找solution.xml把里面与之相关的RootComponent删除才可以。



参考链接:https://social.microsoft.com/Forums/en-US/fddff17f-1cca-4d33-a666-60c08ad76b0c/crm-2011-import-failure?forum=crmdevelopment


原文地址:https://www.cnblogs.com/cl1024cl/p/6205790.html