getting error as
"Could not load file or assembly 'MSCaptcha' or one of its dependencies. The system cannot find the file specified. "
for reference look at www.letrouters.in .........
how can i solve it
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Amit ChoudharyPosted Aug 30, 2011, 7:45 AM
When you use any specialized library in your project then keep in mind while adding reference set the property of that reference assembly CopyLocal="true".
Always register such assemblies in your web.config too.
Try this and lets see if this works in you case.