C# and Photoshop COM Problem :/

Anyone, especially newbies, asking for help with Photoshop Scripting and Photoshop Automation - as opposed to those contributing to discussion about an aspect of Photoshop Scripting

Moderators: Tom, Kukurykus

jeanrobin
Posts: 2
Joined: Fri Sep 22, 2017 4:54 pm

C# and Photoshop COM Problem :/

Post by jeanrobin »

Hello

i have discovered this forum and i hope to found a solution to my problem !

I have created a program that communicate with photoshop, on my personnal computer it works very good but on my windows server, it does not work, i would like to understand how the program communicate with photoshop, i don't understand the COM and the communication beetween photoshop process ? How it works ? and how to choose version of photoshop if i had two vesion of photoshop ?

Code: Select all

ApplicationClass PhotoshopConnector = new ApplicationClass();
Document CurrentScan = PhotoshopConnector.Open("c:\\path\\file.psd");
Thanks !