Skip to main content
Community site session details

Community site session details

Session Id :

CRM 2011 SDK Development and Microsoft.IdentityModel Assembly

Mitch Milam Profile Picture Mitch Milam

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.

Comments

*This post is locked for comments