I got below annoying build error while adding early binding class to my Plug-in Project and build.

XRM does not exist in namespace
XRM does not exist in namespace

It was bit strange as I already referred ‘Microsoft.XRM.SDK.dll’ from CRM 2015 SDK.

Reason :

  • CRM 2015 SDK has built on .Net 4.5.2 Framework and my Visual studio does not support 4.5.2

Fix:

Application Target Framework
Application Target Framework

🙂

Advertisements
Advertisements

Leave a comment