James Lin
5 posts
Registered:
06 Aug 2024
30 Oct 2024
Link to this post
Can anyone help me resolve following issue?
Sitefinity backend portal -> Administration -> TPC General Settings -> Install CRM Solution.
There will be an error logged:
Cannot add a Root Component tpc_portal_donate_entity_16x16.png of type 61 because it is not in the target system.
Server stack trace:
at System.ServiceModel.Channels.ServiceChannel.HandleReply(ProxyOperationRuntime operation, ProxyRpc& rpc)
at System.ServiceModel.Channels.ServiceChannel.Call(String action, Boolean oneway, ProxyOperationRuntime operation, Object[] ins, Object[] outs, TimeSpan timeout)
at System.ServiceModel.Channels.ServiceChannelProxy.InvokeService(IMethodCallMessage methodCall, ProxyOperationRuntime operation)
at System.ServiceModel.Channels.ServiceChannelProxy.Invoke(IMessage message)
Exception rethrown at [0]:
at Microsoft.Xrm.Tooling.Connector.CrmServiceClient.Execute(OrganizationRequest request)
at pavliks.PortalConnector.Crm.Connection.CrmParallelConnection.Execute(OrganizationRequest request)
at pavliks.PortalConnector.Crm.CrmSolutionManager.ImportSolution(Byte[] solutionFile)
at pavliks.PortalConnector.ScheduledTasks.SolutionInstallerScheduledTask.ExecuteTask()