Having a problem using ieimage. This used to work years ago. Using VS17 and Win 10 64. Just updated to most recent version of IEvolution, because old version from years ago started to give same problem. .Net 4.52.
Works in debug but not release mode.
-------------- Dim imgAnnotated As New IEImage imgAnnotated = Nothing
If File.Exists(strFilename) Then MsgBox("Loading " & strFilename) imgAnnotated.LoadImage(strFilename) ' Error on line above
Else MsgBox("No file") End If -------------- Thanks