Changing my code to this worked:

*Category category = categories.Where (c => c.Name ==
categoryName).FirstOrDefault ();
ac.CategoryId = category != null ? category.CategoryId : 0;*

Looks like a bug, yes?

--
View this message in context: 
http://monotouch.2284126.n4.nabble.com/System-ExecutionEngineException-thrown-on-device-tp4406984p4407165.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