Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
715
Outofmemory issue on initializerow event
posted

Dear All,

I have used infragistics 11.1 version on my win application;

On initializerow event, i have set image on cells; it throws outofmemory exception on some of the machine.

My code is,

 Image anImage = Image.FromFile(iconsPath + "appointment.ico");

 uieCell.Cell.Appearance.Image = anImage;

Please let me know the way to fix this issue and it is very urgrent; please do the needful.

 

Thanks,

Vasanth