Build a Console Application That Connects to Microsoft Dynamics CRM 2011 Using Developer Extensions
The step 4 is important , so make sure the option is “.NET Framework 4” as the target framework and not “.NET Framework 4 Client Profile.”.
Thanks,
yes.sudhanshu
Create a New Console Application Project in Visual Studio
Create a new console application named “ConsoleAppWalkthrough”.
- Add the following references from the
SDK\binfolder.
- AntiXSSLibrary.dll
- Microsoft.Crm.Sdk.Proxy.dll
- Microsoft.Xrm.Client.dll
- Microsoft.Xrm.Portal.dll
- Microsoft.Xrm.Portal.Files.dll
- Microsoft.Xrm.Sdk.dll
- Add the following references from .NET.
- Microsoft.IdentityModel.dll
- Microsoft.ServiceBus.dll
- System.Data.Services.dll
- System.Data.Services.Client.dll
- System.Runtime.Serialization.dll
If you do not have the Microsoft.IdentityModel.dll file, you must install Windows Identity Foundation .
Thanks,
yes.sudhanshu
Hi Shudhansu,
ReplyDeleteAre you going to over the rest part in next blog or this is all about building console app to connect crm ?