Hello Guys.
I'm trying to export an unmanaged solution which contain a patch. When i execute the Request, the following error is thrown:
"Cannot modify solution because it has the following patches"
Here is the code I'm using to export the solution:
ExportSolutionRequest exportSolutionRequest = new ExportSolutionRequest();
exportSolutionRequest.Managed = false;
exportSolutionRequest.SolutionName = solution;
ExportSolutionResponse exportSolutionResponse = (ExportSolutionResponse)service.Execute(exportSolutionRequest);
*This post is locked for comments
I have the same question (0)