Taking a screenshot with C# WebBrowser doesn't work properly on windows server 2012 -


i've written function uses webbrowser screenshot of web page in c# mvc application(this reference of code used http://www.codeproject.com/articles/95439/get-asp-net-c-2-0-website-thumbnail-screenshot).

in more details, on web page i'm going capture there youtube iframe , need preview of video captured on screenshot.

when run function on computer(os windows 8) works properly, when run function on published project(on windows server 2012) iframe on screenshot not captured(is blank).

i think probabily issue related in ie10 on windows server, since use webbrowser.

i tried set configuration of ie on server in computer, , tried install flash player on server doesn't work.

does have suggestions? thanks.

edit: *solution found:* found solution. according topic: http://social.technet.microsoft.com/forums/windowsserver/en-us/c26bd4c9-d8dc-4d3b-9fdb-a9750508951c/adobe-flash-v113370178-not-properly-working-in-server-2012-rp

i've installed "desktop experience" on windows server 2012 , after it's working. anyway!


Comments

Popular posts from this blog

java - JavaFX 2 slider labelFormatter not being used -

Detect support for Shoutcast ICY MP3 without navigator.userAgent in Firefox? -

web - SVG not rendering properly in Firefox -