I am using GoIconicNode that loads images of bmp format that are different sizes from a filepath. For example, I call Initialize(null, filepath, “Test”) on rendering the nodes and all images load fine.
The problem comes when I want to edit one of the images. Whether the web page still has goview loaded or has been closed, the image becomes locked and cannot be edited. I have to kill aspnet_wp.exe process in order to unlock all images that were rendered. Is there something wrong in the way I’m loading the image file or can I call something in code to release the files? Should I be using a resx file in the first place?
Thanks,
J