I am facing following error

Argument ‘To’: BC30560: ‘Graphics’ is ambiguous in the namespace ‘System.Drawing’.
Argument ‘Value’: BC30560: ‘Graphics’ is ambiguous in the namespace ‘System.Drawing’.


Main.xaml (36.6 KB)

i am unable to resolve the error and the follow is to resize the images in a folder

@Adithyeshwar_goud

looks like in your workflow you have two differen verions of system.drawing

cheers

hey mate thank you for the suggestion and u please tell me the change that can fix it

@Adithyeshwar_goud

Check the dependencies and see where you have system namespaces exists and get them to same version

cheers

image
hey mate i am a fresher so,can you please spare 5 min of your time and tell me the changes.

@Adithyeshwar_goud

Remove System.Drawing.common…it would alreasy be available in system activties

also chek imageprocessing if it has the same activties

or attach whole process as zip here to check

There are so many image related packages may be they are imported multipel times

cheers

1 Like