Hi,
I'm not sure exactly what is going wrong with my code or why it doesn't work but I'm hoping someone can help me figure it out. Here is my pastebin of the function that has gone terribly wrong.
<invalid hyperlink removed by admin>
I receive an unahndled exception on this line here
The value of fileName that visual studio reports to me, is the following string.
"C:\\Users\\suppo\\source\\repos\\Ricks Scraper Version 3\\bin\\Debug\\smartphones\\images\\AIEK-E1-Single-SIM-65mm-Thickness-Card-Mobile-Phone-Support-Bluetooth-TF-Card-UUU(Black)\\AIEK-E1-Single-SIM-65mm-Thickness-Card-Mobile-Phone-Support-Bluetooth-TF-Card-UUU(Black).png"
I don't really know precisely what I'm doing half the time when it comes to programming in c# but I think the problem with that filename is that it is too long for the Save function.
$exception {"A generic error occurred in GDI+."} System.Runtime.InteropServices.ExternalException
That message is what it says when I click on View Details(in visual studio)
But, what I really would like to know is how to fix?
pls and thx,
Note: I had to modify the filename above for this post because GS-M is a word that is not allowed. I replaced it with UUU in the above filename. I also just put a dash in the GS-M so you remove it and you get the real banned word which is GS-M without this dash(-).