Hello,
I'm trying to learn Dynamics 365/CRM development.
In my current scenario, I need to build a console application that connects to two different organizations : in fact, I want to copy/transform some data from Org1 to Org2.
If I create two different early bound classes with Crmsvcutil I get a compiler error: "Duplicate 'Microsoft.Xrm.Sdk.Client.ProxyTypesAssemblyAttribute' attribute"
I've found a similar post here: https://stackoverflow.com/questions/10548683/how-to-create-one-net-solution-for-crm-2011-that-connects-to-two-different-serv but there is no source code for the Proxy.DLL. In consequence, I can't reproduce this proposed solution.
You may have some additional explanations or an other solution?
Thank you for your help.
*This post is locked for comments