[Mono-bugs] [Bug 686003] New: Designer Code Generation now generates errors
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Thu Apr 7 15:00:15 EDT 2011
https://bugzilla.novell.com/show_bug.cgi?id=686003
https://bugzilla.novell.com/show_bug.cgi?id=686003#c0
Summary: Designer Code Generation now generates errors
Classification: Mono
Product: MonoTouch
Version: unspecified
Platform: iPad
OS/Version: Mac OS X 10.6
Status: NEW
Severity: Critical
Priority: P5 - None
Component: Runtime
AssignedTo: gnorton at novell.com
ReportedBy: johan.otto at justenough.com
QAContact: mono-bugs at lists.ximian.com
Found By: ---
Blocker: ---
User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_7; en-us)
AppleWebKit/533.20.25 (KHTML, like Gecko) Version/5.0.4 Safari/533.20.27
The MonoTouch 4.0 designer code generated is incorrect and generates compiler
errors! The UIKit references no longer has the FULL namespace name and there is
also no generated "using" clause to compensate for this change.
[MonoTouch.Foundation.Register("CalendarViewController")]
public partial class CalendarViewController {
private UIView __mt_view; // used to be MonoTouch.UIKit.UIView
private UILabel __mt_LabelTitleDayName;
Reproducible: Always
Steps to Reproduce:
Open the XIB file in interface builder, change something, go back into the
code, compiler errors occurs.
Actual Results:
compiler errors occurs for {0}.xib.designer.cs
Expected Results:
The designer code generated should not produce compiler errors.
This is critical!
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
More information about the mono-bugs
mailing list