Windows Azure - Microsoft.IdentityModel not found

Posted by rjovic on Stack Overflow See other posts from Stack Overflow or by rjovic
Published on 2011-01-17T08:51:52Z Indexed on 2011/01/17 8:53 UTC
Read the original article Hit count: 264

Filed under:
|
|

I installed WIF runtime and SDK on my machine. I added Microsoft.IdentityModel.dll to my azure web application and locally everything is running great. I build simple web application which use Azure AppFabric Access control. I follow azure labs for that and as I told, local everything is great. When I published my web application to Azure, I'm getting following error :

Unable to find assembly 'Microsoft.IdentityModel, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'.

I get it after Appfabric Relaying part is going to return url, after sign in on identity provider. The weird thing is that I set Copy Local to TRUE, because that .dll is not part of Azure GAC. I tried to publish it again, but I received same error. I found few same problems on the internet but with no concrete solution. Does anybody here had something similar and probably have a working solution? Thank you in advance

© Stack Overflow or respective owner

Related posts about dll

Related posts about Azure