I created a web application using vs studio 2010 in which i upload a Powerpoint file and then convert that file into images. this all working fine local.
But when i update this on development server. it is causing problem. file uploaded successfully but did not create images.
on dev server system failed to respond on following line.
Dim pptApplication As New ApplicationClass()
Dev server is 64 bit with windows server 2008.
Office 2007 and office 2003 installed.
Any one have idea?