How to Delete Keys from a Managed Solution Without an Unmanaged Version
Understanding the Challenge
When working with Dynamics 365, you might encounter a situation where you need to remove a key (primary or alternate) from a managed solution. The typical approach involves modifying the unmanaged solution, making the desired changes, and then re-importing it as a managed solution. However, this straightforward method isn't feasible when you don't have access to the original unmanaged solution.
You may encounter this error when attempting to delete keys from a managed solution.
he "Holding Solution" Technique
A clever workaround, known as the "holding solution" technique, can be employed to achieve this. Here's a step-by-step guide:
Create a New Unmanaged Solution:
Import the Holding Solution:
Delete the Original Managed Solution:
Key Considerations and Cautions: