GraniteHouse icon indicating copy to clipboard operation
GraniteHouse copied to clipboard

Edit Product

Open AlexMasturkov opened this issue 6 years ago • 2 comments

If I want to update product and don't choose an image file after "Update" button is pressed ---> Unhandled exception occurred exception error

AlexMasturkov avatar Sep 01 '18 23:09 AlexMasturkov

Had the same issue solved it width if(files.Count>0 && files[0]!=null)

Though you might have more problems, set a breakpoint on that line and make sure you have indeed some string values in that list of files.

PGTBoos avatar Sep 10 '18 20:09 PGTBoos

Great! It works now. Thanks

AlexMasturkov avatar Sep 11 '18 13:09 AlexMasturkov