VoidITSolutions
BANNED
- Apr 5, 2013
- 162
- 44
It's not my code, it's fine.
I added the DLL to my references.
this line:
using DeathByCaptcha;
is giving this error (essentially saying the reference is not there):
Error 4 The type or namespace name 'DeathByCaptcha' could not be found (are you missing a using directive or an assembly reference?)
I added the DLL to my references.
this line:
using DeathByCaptcha;
is giving this error (essentially saying the reference is not there):
Error 4 The type or namespace name 'DeathByCaptcha' could not be found (are you missing a using directive or an assembly reference?)