On May 16, 2012, at 8:16 AM, Stuart Lodge wrote: > I'm tracking down a few problems at present on building old projects now I've > moved up to 4.2 > > This project seems to build but then fails at the java stubs generation with > a stack trace as below. > > Any idea how I can work out what I need to fix here?
I believe that the problem is that the code generator is unable to resolve all type references, specifically it's looking at all interfaces one of your Java.Lang.Object subclasses implements, and it's trying to find the definition of the interface to see if it has a [Register] custom attribute. It can't find the interface definition, and things go south from there. My guess is that your project isn't referencing an assembly that it should be referencing, there there isn't enough context to say what type it's processing, much less what the unresolvable interface would be. If you're not able to determine the missing assembly references, please file a bug at bugzilla.xamarin.com and attach your project so that I can investigate further. Thanks, - Jon _______________________________________________ Monodroid mailing list [email protected] UNSUBSCRIBE INFORMATION: http://lists.ximian.com/mailman/listinfo/monodroid
