Thursday, May 16, 2013

Resolving “Could not load Microsoft.IdentityModel” MS CRM 2011 service authentication error in windows 8

Most often when CRM development is carried out in new machine or in updated OS, the system pops out with CRM authentication service issue as displayed in below screen. Since the system is not yet configured with the “Windows Identity Foundation”.



To enable and to fix the issue, either of the follwing solution can be followed.

Solution 1:
Go to “Control Panel“>> “Programs and Features >> in the left navigation pane click “Turn Windows features on or off” then select theWindows Identity Foundation” and click “OK”.

Solution 2:
Go to “My Computer” and search the assembly name called “Microsoft.IdentityModel”. If the machine finds the library, then copy the dll and pasted it into the corresponding framework version folder under “C:\Program Files\Reference Assemblies\Microsoft\Framework”. Add this assembly as a reference in the visual studio application.


Hope this helps!



No comments:

Post a Comment