Hi All,
Currently I working on CRUD operations for Dynamic CRM 2015 OnPremise
from C# code.
I have installed Visual Studio 2013 with .Net Framework 4.5.1. Also downloaded SDK for Dyanamic CRM 2015 which contains
Microsoft.Xrm.Sdk.dll, Microsoft.Crm.Sdk.Proxy.dll, Microsoft.IdentityModel.dll (3 DLL's I need for CRUD operations). I have added these 3 DLL's in my project to perform operations.
When I started building of project I got a lots of error i.e. error CS0234: The type or namespace name 'Xrm' does not exist in the namespace 'Microsoft' (are you missing an assembly reference?)
I don't know why it is happening, as I have added necessary DLL's into my project. (As I came to know that it requires Framework 4.5.2 which is separately installed after installing VS 2013)
Please advice the solution.