RE: Exporting a parent solution is not allowed
Hi, thanks for your answer, let me explain the scenario in more detail maybe you can help me.
I have two environments one is development and the other is production. In development i have the base solution as v0.5.0.0 and 3 patches v0.5.1.0, v0.5.2.0, v0.5.3.0 all as unmanaged. In the production environment i have the same solutions apart from v0.5.3.0 and all solutions are managed. What i need is to know which changes are there in the v0.5.3.0 patch and was thinking of doing this by comparing the xml of the base solution from both environments.
Is there any other way to do it apart from comparing xml?