问题
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