Hii, I am using asp.net 2.0 and Google.GData.Apps service to create email account for the google based domain. Actually I am removing some deactivate account from control panel, and by mistake I removed admin account.
Luckily I have another admin role account and I have created admin user again. And now when I tried to create another new users from application then google shows "Captcha Required" error. I have read on web that after some times it will gone automatically, but still after 4 hours it shows. I dont know how to remove that also dont know how to keep captcha on application and send to google for verification, So anyone knows and resolve this issue in asp.net then please give me sample code or any link for reference. below is my code: Dim domain As String = "xyz.com" Dim adminEmail As String = "admin" Dim adminPassword As String = "abc456" Dim service As AppsService = New AppsService(domain, adminEmail, adminPassword) ggleapi.CreateUser(service, txtusername.Text, txtpassword.Text, txtfirstname.Text, txtlastname.Text) and on executing createuser, it throw me exception of captcha. check attached file which shows me error. Pls tell me the solution as soon as possible. thank you -- You received this message because you are subscribed to the Google Groups "DotNetDevelopment, VB.NET, C# .NET, ADO.NET, ASP.NET, XML, XML Web Services,.NET Remoting" group. To post to this group, send email to dotnetdevelopment@googlegroups.com To unsubscribe from this group, send email to dotnetdevelopment+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/dotnetdevelopment?hl=en?hl=en or visit the group website at http://megasolutions.net
<<attachment: error.JPG>>