Hey I'm trying to connect to powerpoint (getting the slides out as images). The code works perfectly with a Windows Form (my test project), but doesn't work when I'm calling my component from my Web project (where it should be used). In my web project I get
the following exception COM object with CLSID {91493441-5A91-11CF-8700-00AA0060263B} is either not valid or not registered. in the following line (where I open the Powerpoint app):
PowerPoint.Application app = new PowerPoint.ApplicationClass();
Because I have it working perfectly in Windows Forms (but not WebForms)
I think it could be something with persmissions, but I've tried pretty much everything here (setting pretty much full access to everything) I've searched the web the entire day, and cannot find all that information. I can't believe I'm the only one with this
problem?!?! Any help appreciated Regards Sane....
macrap
Participant
870 Points
174 Posts
COM object with CLSID {91493441-5A91-11CF-8700-00AA0060263B} is either not valid or not registere...
Oct 10, 2003 09:04 AM|LINK
Sane Productions
- Because it's too easy being insane
www.sane.dk