.NET
Microsoft Technologies based on the .NET software framework.
906 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I am having out of memory exception in picturebox. I already compressed the 8 images, my computer has 8 gb of ram and nothing is running in the background.
i solved it by adding try catch global::System.OutOfMemoryException
Maybe the image is invalid or unsupported? If possible, give a sample problematic image file too.