When I try to call the indesign component I get the following error:
Exception Details: System.Exception: Cannot create ActiveX component.
Source Error:
myIndesign = CreateObject("Indesign.Application")
I am calling the dll 'Interop.Indesign.dll' that is set as reference in my visual studio project.
I tried to regserv it but gives an error of not finding any startpoint.
Anybody an idea?
Thanks
Rick
Exception Details: System.Exception: Cannot create ActiveX component.
Source Error:
myIndesign = CreateObject("Indesign.Application")
I am calling the dll 'Interop.Indesign.dll' that is set as reference in my visual studio project.
I tried to regserv it but gives an error of not finding any startpoint.
Anybody an idea?
Thanks
Rick