I am using EO.WebBrower for .NET in my C# program.
The program worked well when I've purchased and installed first.
By the way, now the program show this exception.
Exception:
System.Exception: Channel disconnected
at EO.Internal.qxgs`3.frwg()
Begin_Block_1
gAAAAMbp/mksGoxN1QzpdM/8f93jctSN5p5lvtDZ8hdx7Owz0tcejz6RC+0jG24TU6MlRU2KH3kS
OPELYkc+KfuVuSjDbc+A2wWvA4eqXs0sUPBZPhUs4hGumFXm8wjriNNXFuSpAE55SjWblQhJoG98
dh45bBn7QM142+KuVKYGc2BTEAAAAGLCoax+4tGCTjvH146w9MBweQEAGhuQN+c89S0rBG9ZvAn0
5mbUWlMDfiWbXxDBvmBHPbEt9BaR09k2....
I've checked the code and I've found this error happens for CookieManager.DeleteCookies() in my code.
Why this happen?
How should I fix this error?
Please help me