views:

19

answers:

1

I'm using the DotNetOpenAuth samples, particularly the OpenIdRelyingPartyWebForms. When I use loginPlusOAuthSampleOP it fails on the LoggedIn event with the error:

"Precondition failed: this.TokenManager is IOpenIdOAuthTokenManager" mean?

Any ideas what this could be?

A: 

That's a bug in the latest (v3.4.2) version of DotNetOpenAuth. You can find the fix here:

http://github.com/AArnott/dotnetopenid/commit/0853012a8002a0c4830f32ea5e5e8f5bf2325255

Andrew Arnott