I have a web application where I am trying to save webpage as image using the code provided at http://stackoverflow.com/questions/2...e-from-asp-net. Somehow I am not able to make it work on my server whereas its working perfectly on my local machine.Not sure about it but I think the line Application.DoE vents() is creating trouble for me , not even sure what it does but I don't get expected result if i remove it.
Is there any other alternative to Application.DoE vents() or any modification in the code which will solve my problem.
Is there any other alternative to Application.DoE vents() or any modification in the code which will solve my problem.
Comment