Here is the line in the designer that causes the fault:
Code:
Me.ImageViewer1.ResultImage = CType(resources.GetObject("ImageViewer1.ResultImage"), Aurigma.GraphicsMill.Bitmap)
I didn't add that, the designer did automatically.
Also, I checked the resource item for that entry "ImageViewer1.ResultImage" and decoded it (what was in the resource file) and then converted it to a string and replaced the nulls with .'s:
Code:....????..........YAurigma.GraphicsMill, Version=3.5.135.0, Culture=neutral, PublicKeyToken=f4bbbf243f314012...Aurigma.GraphicsMill.Bitmap...Data... ......H... AU_BMPSER.,.........................R@......R@.............
...........
Version 3.5.135.0 is what I have referenced in the project.