[CRM 2011] CRM 2011 and Windows XP

Can you develop applications for CRM 2011 using Visual Studio 2010 and Windows XP? Yes, but you will have to cheat a little bit πŸ™‚
CRM 2010 is base on Windows Indentity Framework (WIF), which is not supported by XP. One way around is to deploy the following assemblies into the GAC of the development machine:

* Microsoft.IdentityModel.dll
* Microsoft.IdentityModel.resources.dll
* Microsoft.IdentityModel.WindowsTokenService.dll
* Microsoft.IdentityModel.WindowsTokenService.resources.dll

Those assemblies are the core of WIF and the ones that are needed by CRM 2011 libraries. You can download them from here.

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s