COM object error message on the server
-
I have got this error message when I'm running my code(asp.net) on the server: COM object with CLSID {91493441-5A91-11CF-8700-00AA0060263B} is either not valid or not registered. I have no problem when running the same code on the hard drive. Is there a way to fix that by giving the right permissions. Thanks.
-
I have got this error message when I'm running my code(asp.net) on the server: COM object with CLSID {91493441-5A91-11CF-8700-00AA0060263B} is either not valid or not registered. I have no problem when running the same code on the hard drive. Is there a way to fix that by giving the right permissions. Thanks.
Hi there. I'm guessing you mean that when you run the page using your localhost ASP.NET, everything works, but when you deploy the page to the server and run it from there, you get the error? I think the first question is - are you certain you have the necessary components installed on your server?
-
Hi there. I'm guessing you mean that when you run the page using your localhost ASP.NET, everything works, but when you deploy the page to the server and run it from there, you get the error? I think the first question is - are you certain you have the necessary components installed on your server?
That's right. I had a reference from VS to PowerPoint Com object. I wonder how to do the necessary on the server? Thanks
-
That's right. I had a reference from VS to PowerPoint Com object. I wonder how to do the necessary on the server? Thanks
Are you sure you have PowerPoint installed on the server?