[Mono-bugs] [Bug 63684][Nor] Changed - Empty enum NSPropertyListFormat, plus nonworking NSPropertyListSerialization.
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Mon, 23 Aug 2004 15:20:12 -0400 (EDT)
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
Changed by l0ne@email.it.
http://bugzilla.ximian.com/show_bug.cgi?id=63684
--- shadow/63684 2004-08-23 11:10:23.000000000 -0400
+++ shadow/63684.tmp.22742 2004-08-23 15:20:12.000000000 -0400
@@ -1,14 +1,14 @@
Bug#: 63684
Product: Cocoa#
Version: 0.1
-OS:
+OS: unknown
OS Details: Mac OS X 10.3.5 (upgrade from 10.2.8)
Status: NEW
Resolution:
-Severity:
+Severity: Unknown
Priority: Normal
Component: Bindings.
AssignedTo: mono-bugs@ximian.com
ReportedBy: l0ne@email.it
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
@@ -31,6 +31,28 @@
The 'dict' object should be a NSDictionary whose only key is Items and whose only object is a
NSDictionary, with a single key of "a" and a single item of "b" (both strings).
PS Also note that the "error" parameter, in cocoa, should have been &error (ref error in c#), but
the API does not allow byref parameters.
+
+------- Additional Comments From l0ne@email.it 2004-08-23 15:20 -------
+Forgot to append the exception:
+
+2004-08-23 21:01:42.503 CocoaSharpLoader[6933] NSObject__alloc0: NSData -->
+<NSConcreteData: 0x16dc1f0>
+DEBUG: Add Raw for NSData: ptr=0x 16dc1f0
+2004-08-23 21:01:42.640 CocoaSharpLoader[6933] NSData_initWithContentsOfFile1:
+NSData_initWithContentsOfFile1: ,<NSCFString: 0xa01962fc> --> <(null): 0x0>
+
+Unhandled Exception: System.Exception: Net2NS: not handled type of object:
+Apple.Foundation.NSPropertyListFormat
+in <0x001f4> Apple.Foundation.TypeConverter:Net2NS (object)
+in <0x0001c> Apple.Foundation.NSObject:Net2NS (object)
+in <0x00070> Apple.Foundation.NSPropertyListSerialization:
+PropertyListFromData_mutabilityOption_format_errorDescription
+(Apple.Foundation.NSData,Apple.Foundation.NSPropertyListMutabilityOptions,Apple.Found
+ation.NSPropertyListFormat,string)
+in <0x0023c> Mono.CocoaSharp.NibWrap.NibStructureLoader:loadNib (string)
+in <0x00030> Mono.CocoaSharp.NibWrap.Startup:Main (string[])
+
+Note that CocoaSharpLoader was used to start this .exe.