I am new to .Net and trying to set dotNetOpenID. I am just trying to get the following line to build ok without errors:
var openIdRelyingParty = new OpenIdRelyingParty();
Currently, when I build, I get the following error:
Cannot find type name or namspace'OpenIdrelyingParty '(are you missing the using directive or assembly references?)
How to fix it?
source
share