[Mono-bugs] [Bug 597592] New: Designer files namespaces being named/renamed incorrectly
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Sat Apr 17 17:26:15 EDT 2010
http://bugzilla.novell.com/show_bug.cgi?id=597592
http://bugzilla.novell.com/show_bug.cgi?id=597592#c0
Summary: Designer files namespaces being named/renamed
incorrectly
Classification: Mono
Product: MonoTouch
Version: SVN
Platform: Other
OS/Version: Other
Status: NEW
Severity: Major
Priority: P5 - None
Component: Tools
AssignedTo: gnorton at novell.com
ReportedBy: chrisntr at gmail.com
QAContact: mono-bugs at lists.ximian.com
Found By: ---
Blocker: ---
Created an attachment (id=355153)
--> (http://bugzilla.novell.com/attachment.cgi?id=355153)
Example Project where this happens.
User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-GB;
rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3
When compiling a MonoTouch project with MonoDevelop - the designer file's
namespace gets renamed from what it originally was "escoz" to "UICatalog".
See example project where this happens.
Reproducible: Always
Steps to Reproduce:
1. Open up project
2. Compile
3. See
/Users/chrishardy/Downloads/escoz-monotouch-controls-b1f5856/UICatalog/MainWindow.xib.designer.cs(85,85):
Error CS1061: Type `UICatalog.AppDelegate' does not contain a definition for
`GetNativeField' and no extension method `GetNativeField' of type
`UICatalog.AppDelegate' could be found (are you missing a using directive or an
assembly reference?) (CS1061) (escoz) error where namespace has been changed.
Actual Results:
Error - not finding UICatalog.AppDelegate
Expected Results:
Should find escoz.AppDelegate fine.
Running iPhone SDK 4.0 Beta 1,
Running MonoTouch 3.0.0,
Running MonoDevelop 2.2.2 (SVN Revision 145001)
--
Configure bugmail: http://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