Resize Image using DotNet

We have a function to export items and their images to an Excel file using an RDLC report. However, the user was always forced to export in smaller parts, because the dataset was growing too big. After some checking, it seems that their images were all…

DotNet: Dispose happening too soon?

A while ago, I ran into a problem while using DotNet variables. Whenever I executed the code in our development environment, the code executed without problems, however, on the client side, we received errors when reading the information out of the DotNet objects. Bron : Magno's…