CRM 2011 SDK Development and Microsoft.IdentityModel Assembly
Views (11648)
If you plan on writing anything that uses the CRM 2011 SDK, you may at some point run into the following error message:
The application terminated with an error.
Could not load file or assembly 'Microsoft.IdentityModel, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified.
Solution:
You need to install the Windows Identity Foundation which contains a referenced assembly then add that assembly as a reference to your project.
This was originally posted here.

Like
Report
*This post is locked for comments