[Help]Nextgens Captcha tut[Solved]ok i have tried this a billion times http://www.mpgh.net/forum/33-visual-...o-captcha.html i always get this error Code: Type 'StreamWriter' is not defined. how do i fix it i didnt want to bump that thread so please help me .....
The compiler isn't recognizing the class name 'steamWriter' Are you sure you're spelling it right? What compiler are you using? It might also be because the compiler could not find a corresponding definition.
Mr.Obama i Copied his code, and thats only error i getting using Microsoft Visual Basic 2008 Express Edition
Originally Posted by mrAWSOME ok i have tried this a billion times http://www.mpgh.net/forum/33-visual-...o-captcha.html i always get this error Code: Type 'StreamWriter' is not defined. how do i fix it i didnt want to bump that thread so please help me ..... Import this namespace: [php]Imports System.IO[/php] This code should be put in the very first line of the code.
Marked Solved, Note - Anytime you use stream Reader/Writer you need to import systems input output Imports System.IO