Hello!!
I have two files JPG. One of them loads without problems but with other one it gives me a mistake of this type: generic Mistake in GDI +.
The code is the same in the two aplications but i don't know what's happend...
Dim ortofoto As New GdiPlusRasterLayer("C:\Users\Administrador\Desktop\Zaragoza\Ortofoto\Prueba_JPG_3G.jpg")Map1.StaticOverlay.Layers.Add("orto", ortofoto)
In the new version. There is some kind of problem with the diferent resolution of the images? Or maybe with pixel's represents in the reality?
Thanks!!!