Written
December 17, 2012
I am using Windows Live connect for the code that i have downloaded here. I am encountering two main errors when i run the project in Visual Studio 2010
First Error:
I am getting an error in the LoginPage.aspx.cs(http://127.0.0.1:81/LoginPage.aspx) as follows:
Could not load file or assembly 'Microsoft.Web.DistributedCache' or one of its dependencies. The system cannot find the file specified.
How do i find the missing assembly file?
Second Error:
The type or namespace name 'SessionIdProvider' could not be found (are you missing a using directive or an assembly reference?)
What assembly file do I need to add to resolve the above error?
Please help!! This is kind of urgent!