Hi,
I've developed a solution on my DEV environment with some entities, lists and forms. Furthermore I've implemented 2-3 Custom Controls or List Views with React and added it to the solution.
The export of the solution is no problem. When I want to import it, an error occurs.
The following is logged out to the logfiles:
- CustomControls with Name K4.MyOptionset Import Solution Failed with following error:
Publisher prefix k4t for this control k4t.MyOptionset does not match the prefix cr65c for the solution
But the cr65c prefix is by default from MS, correct?
How can I fix this issue to include the custom components into the solution.
Cheers