Map changes not visible even after deploying the project via BizTalk
Error:
I made a simple change to the map. I just hardcoded a couple of fields and deployed the solution to BizTalk. Then, I restarted the host instances. However, the map changes were not visible.
Root cause:
When I deployed it using BizTalk, it was not referencing/Gacing the DLL for some reason. I had to manually GAC the DLL, and after a host instance restart, the issue was fixed.
Comments
Post a Comment