Workaround:
- Install Windows Identity Foundation on a supported System (Not the XP-System). In the example i have used a Windows 7 System.
- Navigate to C:\Program Files\Reference Assemblies\Microsoft\Windows Identity Foundation\v3.5
- Copy the "Microsoft.IdentityModel.dll" to your local XP-System
- Install the Microsoft.IdentityModel.dll to the global assembly cache. (gacutil.exe /i Microsoft.IdentityModel.dll)
Now you can use the Organizationservice from XP-Systems.
If you have problems after installing, you can remove the assembly.
- gacutil.exe /u Microsoft.IdentityModel
cheers
No comments:
Post a Comment