Sunday, April 1, 2012

The type or namespace name 'Xrm' does not exist in the namespace 'Microsoft' (are you missing an assembly reference?)

How To Solve?

Try to change your project to run in .NET Framework 4.0

Right click on your project and click on properties and change your target framework to >NET Framework 4

Problem Solved :)