Since CRM 2011 uses .NET 4 and SharePoint uses .NET 3.5, I started two different projects: CRM 2011 Connector and SharePoint 2010 BDC for it.
When I add this library as a reference, I get warnings about .NET platform versions.
How to make the interaction more clear between .Net 3.5 and .Net 4? Is it possible to achieve the goal with WCF for CRM and the SharePoint SDK?
The sultan
source
share