I have cloned a project which uses XRM. But it shows some error. I have downloaded Microsoft.XRM SDK 2015 and referenced those dlls to the project. But it didn't solve the issue. Also, the .net framework, I have used is 4. When I tried to build my application, it showing some error like
error CS0234: The type or namespace name 'Xrm' does not exist in the namespace 'Microsoft' (are you missing an assembly reference?)
Is there anything, I want to add/download in my project in order to get a reference to Microsoft.XRM? Also, I have tried the solution specified in the stackoverflow question