DotNetOpenId openIdRelyingParty Setup
Posted
by Sohrab Hejazi
on Stack Overflow
See other posts from Stack Overflow
or by Sohrab Hejazi
Published on 2010-05-29T23:10:40Z
Indexed on
2010/05/29
23:12 UTC
Read the original article
Hit count: 660
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?
© Stack Overflow or respective owner