I get the following error when I start my asp net mvc 4 application:
Could not load file or assembly \'DotNetOpenAuth.Core, Version=4.0.0.0,
Culture=neutral
By installing the following two packages I resolved this problem on VS2012 Professional Update 4 RC:
Open the Package Manager Console from the Menu:
Tools| Library Package Manage | Package Manager Console
Install-Package DotNetOpenAuth.AspNet
Hope this helps for you!!!