Skip to main content
Participant
May 8, 2006
Question

I cannot access AICS2 from Visual Basic .NET.

  • May 8, 2006
  • 1 reply
  • 308 views
I cannot access AICS2 from Visual Basic .NET.

I am using the following code

Try
appRef = CreateObject("Illustrator.Application.3")
appRef.Open("C:\Developing\XARTES\maps_org\map - 001.ai")

Catch ex As Exception

MsgBox(ex.Message)

End Try

and i get an Exception.

If i use the line:
appRef = CreateObject("Illustrator.Application") it works but it opens Adobe Illustrator 9

COULD YOU HELP ME ?
This topic has been closed for replies.

1 reply

Participant
July 11, 2006
Good afternoon,

in VBscript, I'm using

set appRef = CreateObject("Illustrator.Application.3")
Set docref = appRef.Open("C:\Developing\XARTES\maps_org\map - 001.ai)

Perhaps??????

Patrice Brel