mine is a small Vb.net project.in the webform different tabs are there with browser. Cefsharp browser embedded in it in all the tabs showing different pages. This is running in the POS machine. So sometimes its hannging and non responding state. how
i can overcome this,
Without code it's a guessing game. One guess is a process is taking up all processing time which means you need to use asynchronous code via a Task.Run or BackGroundWorker component.
Please remember to mark the replies as answers if they help and unmarked them if they provide no help, this will help others who are looking for solutions to the same or similar problem. Contact via my Twitter (Karen Payne) or Facebook (Karen Payne) via
my MSDN profile but will not answer coding question on either.