Using WebBrowser control in an Azure webjob

╄→гoц情女王★ 提交于 2019-12-12 05:45:02

问题


Does anyone have any experience running a .NET console application which contains a WebBrowser control inside an Azure WebJob? Given that the WebBrowser control has a dependency on IE, I'm not sure whether the Azure WebJob runtime environment would support that dependency?

Thanks.


回答1:


This will likely not work due to limitations in the sandbox that Web Apps run in. See this document for details, in particular relating to GDI limitations.



来源:https://stackoverflow.com/questions/32969738/using-webbrowser-control-in-an-azure-webjob

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!