.NET application opens Illustrator IDE automaticaly while connecting to illustrator
Hi,
I am trying to connect adobe illustrator from .net application.
i have installed Illustrator on my local machine and added COM-Type Library->adobe illustrator CC Type library( interop.illustrator.dll ) to connect from .Net application.
but whenever i am running my code it is opening adobe illustrator IDE while creating instance on below line.
Illustrator.Application adobe = new Illustrator.Application();
The Issue is-
after application deployment, dll is not connecting because illustrator is not installed on that server machine.
I want to deploy application with this dll on server machine where i don't want to install Illustrator IDE.
can anyone suggest that how can i connect this dll on server without installing illustrator IDE and why .net is trying to open Illustrator window on creating instance?
Thanks in Advance.
