tonystark

About

Username
tonystark
Joined
Visits
147
Last Active
Roles
Member, Moderator

Comments

  • Hi @arjunender, Unfortunately .Net WebBrowser component uses Internet Explorer 6 ActiveX component behind the scenes. This is a very old and deprecated tech. I suggest you open the link directly in your default browser like: Process.Start("https://…
  • Hi @imlokesh, Thanks for pointing out. We will look into it.
  • Hi @imlokesh, We have fixed this issue. If you are using NuGet, check for updates in the package manager. Or if you are using the DLL file from the GitHub please download the latest one from there and reference it in your project. "Change" field i…
  • Hi @arjunender, It seems there is some issue in your authentication process. Try wrapping your code inside a try catch block like this to get the error information: try { User user = kite.RequestAccessToken("", ""); } catch (ParseException e) {…
  • @sunnypatel, Of course, you can use WebSocket on your local machine. You can follow the example code in the documentation.