Troubleshooting BizTalk Map Error: Cannot Load Source/Destination Schema
Error:
I encountered the following error while testing a BizTalk map in Visual Studio:
Error Exception Caught: Cannot load source/destination schema: POCSinglePointAPI.Schemas.SinglePointRequest. Either the file/type does not exist, or if a project dependency exists, the dependent project is not built. C:\Users\c-vJayanarayanan\source\repos\POCSinglePointAPI\POCSinglePointAPI.Maps\CanonicalSalesOrder_TO_SinglePointRequest.btm 1
Solution:
- Right click on the map project and build the solution
- After successfully building the solution, the test map should function properly.
Comments
Post a Comment