[SOLVED] Error "Verify the state of the solution in CRM" Package Deployer
Introduction:
In this blog we will discuss about the error(“Verify the state of the solution in CRM”) i faced while using the Package Deployer tool for Dynamics 365 Customer Engagement.
Solution:
Step 1:
In the ImportConfig.xml file we name we give the name of the
solutionpackagefilename
Then
we build the project and copy the folder containing the solution and the
Package.dll file created.
Then we run the Package Deployer application and connect to the organization the below screen shows the suction is successfully unpacked
But when the solution is imported the error shown is as follows
In the Log file we can see that the import was not
successful due to the missing dependencies
Once the missing dependencies are added the solution is
successfully imported using the package deployer. The depending
components can also been seen if the solution is imported manually.
Hope this small tip Helped!
Comments
Post a Comment