I have recently upgraded my DotNetOpenAuth.dll to the newest version and now when I run my site I am getting this error:

CS1501: No overload for method 'OpenIdSelectorScripts' takes 3 arguments

and the line that it is on is:

<%= Html.OpenIdSelectorScripts(this, options, null) %>

Does anyone know what the correction for this should be now? Or what might have changed with the new dll?

1

There are 1 best solutions below

2
On BEST ANSWER

The newest version removed the first parameter (Page). You can delete this, and it should work.