Could not load file or assembly Microsoft.IdentityModel
Hello everyone,
If you have trouble with Could not load file or assembly Microsoft.IdentityModel, Version=3.5.0.0 error and searching for a solution for it you are in the right place 🙂
If you have faced this error with an alert or in a trace log you need to install the Windows Identity Framework (WIF) then re-start the application for the changes to take affect.
If you use Window 8 then you just need to enable this feature. To do that type following into Command Line.
dism /online /Enable-Feature:Windows-Identity-Foundation
Hope this helps!
See you 🙂