[MonoTouch] view-with-controller code generation problem
jowi
j.wiersma17 at chello.nl
Fri Oct 7 16:26:05 EDT 2011
Just replaced Monodevelop 2.6 with 2.8, but... the problem is still here.
When adding a iphone-with-controller, a faulty constructor is generated by
default:
public test () : base ("test", null)
{
}
which on runtime immediatly throws an exception "No constructor found"...
Again, default constructor should be:
public test (IntPtr handle) : base (handle)
{
}
So, back to 2.6 i guess...
--
View this message in context: http://monotouch.2284126.n4.nabble.com/view-with-controller-code-generation-problem-tp3820212p3883564.html
Sent from the MonoTouch mailing list archive at Nabble.com.
More information about the MonoTouch
mailing list