0
Answer

gdi+ error in windows service

prabhat khadka

prabhat khadka

17y
2.3k
1
I have written a code on windows service using c#.net.It takes the screenshot every 5seconds.It works well in my computer and saves the screenshot in the given path.But when I give the path to save the .jpeg file taken as a screenshot within the network,its shows the exception "A generic error occurred in GDI+." Can there be a solution for this exception?
Thank u.