Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Greater clarity in the read me for beginners? #14

Closed
xand7 opened this issue Apr 26, 2016 · 4 comments · Fixed by #16
Closed

Greater clarity in the read me for beginners? #14

xand7 opened this issue Apr 26, 2016 · 4 comments · Fixed by #16

Comments

@xand7
Copy link

xand7 commented Apr 26, 2016

Hello,

I am a beginner using MVC and trying to get your package to work, however when I add:

@ReCaptcha.GetHtml(@ViewBag.publickey)

to my form view I have the issue 'The name ReCaptcha does not exist in the current context'. I presume this is because I need to add a '@using' of some sort to the top of the page, I can't seem to determine what though. Whilst it might seem like a minor thing to someone who knows what they are doing, for a beginner like me it would be very useful if the read me page explained exactly what should be added to the page so that I do not receive the above error.

Thanks for your time.

@wildcard
Copy link
Owner

wildcard commented Apr 26, 2016

Please look at Microsoft post how to use their (it's pretty similar)

If I not wrong, You have to add using to the assembly of the nuget.

I believe 'using reCaptcha' will suffice.

Thanks for reaching me :)

wildcard added a commit that referenced this issue May 26, 2016
Updating the Readme to be more helpful to newcomers, resolve #14
@wildcard
Copy link
Owner

@xand7 I created a pull request #16
I'll appreciate if you take the time to review it

Thanks

@xand7
Copy link
Author

xand7 commented May 27, 2016

Thanks for adding that.

@xand7 xand7 closed this as completed May 27, 2016
@wildcard
Copy link
Owner

Thanks for using my Helper ^_^

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants