RE: Error when exporting a solution
Hmm, it's quite weird. I found the Solution.xml and there are indeed some kind of fake Missing components like:
<MissingDependency>
<Required key="3" type="61" schemaName="msdyn_/RecordWall.htm" displayName="msdyn_/RecordWall.htm" solution="ActivityFeedsCore (7.0.1.121)" />
<Dependent key="6" type="60" displayName="Information" parentDisplayName="Case" id="{f658c846-f74c-459b-b591-b97558958106}" />
</MissingDependency>
<MissingDependency>
<Required key="3" type="61" schemaName="msdyn_/RecordWall.htm" displayName="msdyn_/RecordWall.htm" solution="ActivityFeedsCore (7.0.1.121)" />
<Dependent key="7" type="60" displayName="Information" parentDisplayName="Opportunity" id="{a2a56263-ec37-4991-a3b0-e7b37a71d818}" />
</MissingDependency>
It also says that RecordWall is missing:
<Required key="3" type="61" schemaName="msdyn_/RecordWall.htm" displayName="msdyn_/RecordWall.htm" solution="ActivityFeedsCore (7.0.1.121)" />
<Dependent key="3" type="61" schemaName="msdyn_/RecordWall.htm" displayName="msdyn_/RecordWall.htm" />
and two lines up it says under root components: <RootComponent type="61" schemaName="msdyn_/RecordWall.htm" />
Seems buggy to me..