Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Indesign scripting and ASP.NET

Status
Not open for further replies.

921121212

Programmer
Apr 9, 2005
1
NL
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


 
Hi,

you should try:

myInDesign = CreateObject("InDesign.Application.CS")


hope this helps,


Ed
 
I'm new to InDesign CS2. I've downloaded some of the scripts and most work fine, but some are giving me an "activex can't create object" message. Can I fix this?

Thanks so much
Shari
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top