I work on a c# project which is supposed to open Photoshop CC and process some images.
Recently, I update my version of Windows (with Windows Update Settings).
Before, my program worked correctly but now, I have this error message :
System.InvalidCastException: Unable to cast COM object of type 'Photoshop.ApplicationClass' to interface type 'Photoshop._Application'. This operation failed because the QueryInterface call on the COM component for the interface with IID '{5DE90358-4D0B-4FA1-BA3E-C91BBA863F32}' failed due to the following error: No such interface supported (Exception from HRESULT: 0x80004002 (E_NOINTERFACE)).
I found some solutions on google like this :
But these solutions doesn't work. Moreover, I can't find this {5DE90358-4D0B-4FA1-BA3E-C91BBA863F32} on HKEY_CLASSES_ROOT.
Does anyone have a solution for this ?
User contributions licensed under CC BY-SA 3.0