When you try to load an image with the UIImage.FromFile method, if the image
is not found, you do not get an exception, but a null object. When you
assign the null object to UIImageView.Image property, you then get an
exception.

Anyway, your path separator is wrong. Change "images\{0}" to "images/{0}".

--
View this message in context: 
http://monotouch.2284126.n4.nabble.com/object-not-set-to-an-instance-of-an-object-tp3715483p3715574.html
Sent from the MonoTouch mailing list archive at Nabble.com.
_______________________________________________
MonoTouch mailing list
[email protected]
http://lists.ximian.com/mailman/listinfo/monotouch

Reply via email to