After lot's of effort and searching, I have decided to ask the question. I have a dll which I have added in my project and after adding namespace it shows error i.e.,
Error 1 A using namespace directive can only be applied to namespaces; 'Captcha' is a type not a namespace
When I have added this dll to other project it works fine but don't know what's happening in this project. I have cleaned the solution, added the dll and reference again but still the same error.
Edit:- ddl
After removing the dll I have typed cap but Intellisense shows nothing regarding captcha.



Captcha. What I'm getting at is; maybe there's another definition of Captcha that's conflicting?