I create a new asp.net mvc 4 version and include dotnetopenauth implementation from Nerddinner project into it.
registration and authentication using formsauthentication works ok. On the other hand when I include Logon details for openauth - logonopenid.cshtml - implementation I received an error:
"Could not load file or assembly 'System.Web.Mvc, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040) "
Source Error:
Line 38: @MvcHtmlString.Create(Html.OpenIdSelectorScripts(options,
null))
I checked and I´m using system.web.mvc version= 4 and includes a definition for mvchtmlstring and html helpers includes a definition for openidselectorscripts. truly I dont know why is requesting assembly 1.0.0. any help will be appreciated. brgds, sebastian.