Error message:The entity with EntityId = 'b57ed1b8-9ef2-ea11-a815-000d3aa0861d' was not found in the MetadataCache
When I import a CSV file, this appears in the mapping field step
I tried to remove this component using the removesolution componentrequest message, but told me that the default solution cannot be removed. Is there any other solution? Thank you
C# :
Service.Execute(new RemoveSolutionComponentRequest {
ComponentId = Guid.Parse("b57ed1b8-9ef2-ea11-a815-000d3aa0861d"),
ComponentType = 1,
SolutionUniqueName = "Default"
});

Report
All responses (
Answers (