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,
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)
{…