[MonoTouch] Using resx resources on monotouch

Felix Collins felix at intranel.com
Thu Mar 8 01:32:06 UTC 2012


I'm trying to use resources embedded from resx files in monotouch. I can see the various resources dlls for the different languages in the .app file but I get a MissingManifestResourceException when I try to use one. In the debugger I checked what assemblies are loaded and none of the resource ones are. Do I need to do something else to get this working on touch? I have the build set to debug and not link at the moment.

Regards,
Felix


More information about the MonoTouch mailing list