Aeterna 0 Newbie Poster

"Sorry, you can't do that right now."

I'm testing my application which is a Twitter account manager, and I'm offering a feature of being able to create a new account right from the application. However, sometimes, usually after a few bouts of testing. Twitter gives me this error and its only coming from my application. I repeat the same actions on IE(8) and FF and I get no errors.

I've tried deleting cookies on the WebBrowser control.

wb.Document.Cookie.Remove(0, (wb.Document.Cookie.Count - 1))

I have a paid proxy service and I'm switching proxies and still getting the error with WB only.

Additionally, my WB control is a new control loaded at runtime.

So my question is, what could be going on in the background that's causing this error.