Click here to Skip to main content
15,886,199 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello.

I create mapping in Biztalk and try to compile project with it (project contains only this map).

But I have this compilation error:

Error	1	Exception Caught: Method not found: 'Microsoft.BizTalk.TOM.ITOMTree Microsoft.BizTalk.Mapper.OM.Map.get_TargetTree()'.	


I add referense to
Microsoft.BizTalk.TOM
and
Microsoft.BizTalk.Mapper.OM
, but this doesn't help.
Posted

1 solution

It seems you've 2 different versions of the Microsoft.BizTalk.Tom assembly on your PC ( only one in the GAC though )
After renaming the older version to Microsoft.BizTalk.Tom.dll.old it should worked again
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900