Useful CRM Tips

Useful CRM Tips...

Monday, July 02, 2012

Resolution to the build error when microsoft.identitymodel is not refered

 
If you have installed the Windows Identity Foundation but can't find the Microsoft.IdentityModel dll. Then by adding the following reference to the csproj file in notepad :
<Reference Include="Microsoft.IdentityModel, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" />

 It works...

No comments:

Post a Comment