c# - Read/Explore solution zip file for components in CRM 2011 -


Is there any device available to read or search solution components using a solution file?

OR

Is there any class in the Microsoft Dynamics CRM 2011 SDK, which takes the solution as a zip file in input and then I use its properties / methods for the contents of the components and Can I read / validate components?

For verification purposes, there are several schema files in the SDK, one of these is the CustomizationsSolution.xsd

To read web resources, you can see directly in the "Web resource source" folder or by scanning the "solution.xml" file.

These two will need to unzip

Comments

Popular posts from this blog

Pass DB Connection parameters to a Kettle a.k.a PDI table Input step dynamically from Excel -

multithreading - PhantomJS-Node in a for Loop -

c++ - MATLAB .m file to .mex file using Matlab Compiler -