2captcha / 2captcha-csharp

C# library for easy integration with the API of 2captcha captcha solving service to bypass recaptcha, hcaptcha, funcaptcha, geetest and solve any other captchas.
http://2captcha.com
MIT License
84 stars 26 forks source link

Error TwoCaptcha Is name Space and you are using like a type . #2

Closed topforce closed 1 year ago

topforce commented 3 years ago

Hello When instanciate twocaptcha class like this

TwoCaptcha solver = new TwoCaptcha("my key");

Error TwoCaptcha Is name Space and you are using like a type .

so i solved this error by using like this :

TwoCaptcha.Twocaptcha solver = new Twocaptcha.TwoCaptcha("Mykey");

Thank you to fix it next Version .

mehmetarslann commented 3 years ago

I was getting the same error. Thank you for feedback.

topforce commented 3 years ago

I was getting the same error. Thank you for feedback.

You are welcome , Did you try my solutions ?

peterchen145 commented 2 years ago

Got the same issue. Thanks for sharing.