DotNetOpenId openIdRelyingParty Setup
- by Sohrab Hejazi
Hi all, I'm new to .Net and am trying to setup dotNetOpenID. I'm simply trying to get the following line to build ok without getting any errors:
var openIdRelyingParty = new OpenIdRelyingParty();
Currently when I build, I get the following error:
The tpe or namspace name'OpenIdrelyingParty' could not be found (are you missing a using directive or an assembly reference?)
How do I fix this?