I\'m trying to render a html code to export it to an image and then use that image to put it in a pdf document. I\'m doing all in an asp.net/C# web application. The problem
probably you need to call the webview.invoke or webview.begininvoke and you are going to need to create a delegate to access the webview that was created before the webcore.initialize in another thread, I would use a singleton pattern to use the same webview instance.