Hi all,
I am unable to delete a managed solution in our environment because the solution is dependant on environment variables inside the solution. This is the error message I get when trying to delete:
Failed deleting solution. Solution dependencies exist, cannot uninstall.
DependencyCount : 2
RequiredComponentObject details:
Type: EnvironmentVariableDefinition,
ObjectName: bis_shared_sharepointonline_afaaa77a749f4a2191f48c8f8bff0eca,
Id: 954fabf4-e6ed-4076-ae9a-715264980fa2,
ParentObjectName: ,
ParentId: 00000000-0000-0000-0000-000000000000,
DependentComponentObject details: Type: EnvironmentVariableValue,
ObjectName: ,
Id: 5843089e-56f6-eb11-94ef-000d3acbef83,
ParentObjectName: ,
ParentId: 00000000-0000-0000-0000-000000000000
RequiredComponentObject details:
Type: EnvironmentVariableDefinition,
ObjectName: bis_ERPITRegisterDebugMode,
Id: 3959504b-d9b1-4fce-920d-e6532ce1c495,
ParentObjectName: ,
ParentId: 00000000-0000-0000-0000-000000000000,
DependentComponentObject details: Type: EnvironmentVariableValue,
ObjectName: ,
Id: d8ace36b-b6f8-eb11-94ef-00224810d2e8,
ParentObjectName: ,
ParentId: 00000000-0000-0000-0000-000000000000
The environment variables are not used in any other solutions.
There are no unmanaged layers in the solution.
I am unable to delete the environment variable values because they are are managed:
...in the current operation (Delete) failed during managed property evaluation of condition: Managed Property Name: ismanaged; Component Name: EnvironmentVariableValue;

Anyone have an idea how I can remove the dependency and delete the solution?