Hi,
I just try to figure out how to use the OpenIdSelector in a WebForms project.
This is my current code:
<%@ Register TagPrefix="rp" Namespace="DotNetOpenAuth.OpenId.RelyingParty" Assembly="DotNetOpenAuth.OpenId.RelyingParty.UI" %>
[....]
<rp:OpenIdSelector runat="server" ID="openIdSelector" />
When I now run the site I get this server error:
Type 'DotNetOpenAuth.OpenId.RelyingParty.SelectorButton' in Assembly 'DotNetOpenAuth.OpenId.RelyingParty.UI, Version=4.1.0.0, Culture=neutral, PublicKeyToken=2780ccd10d57b246' is not marked as serializable.
Whats going wrong here?
--
You received this message because you are subscribed to the Google Groups "DotNetOpenAuth" group.
To view this discussion on the web visit https://groups.google.com/d/msg/dotnetopenid/-/GHBO9lN91qYJ.
To post to this group, send email to dotnet...@googlegroups.com.
To unsubscribe from this group, send email to dotnetopenid...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/dotnetopenid?hl=en.