After looking at the generated files I found the issue. There is a generated file called Messaging.g.cs that uses the libTestLib namespace while my files are in the TestOne namespace. The Messaging.g.cs that is in the libTestLib namespace could not get a reference to the Stuff struct. I added a using TestOne; line to the Messaging.g.cs file and manually built the dll and that resolved the issue.
Not sure if its a bug, a known feature, or if I just plain old did something wrong. (In hindsight it probably makes sense to use the libTestLib namespace instead of the main apps namespace). Thanks everyone. Walt -- View this message in context: http://monotouch.2284126.n4.nabble.com/btouch-and-structs-tp3843442p3844568.html Sent from the MonoTouch mailing list archive at Nabble.com. _______________________________________________ MonoTouch mailing list [email protected] http://lists.ximian.com/mailman/listinfo/monotouch
