[Mono-bugs] [Bug 23707][Blo] Changed - timezone problem with digger
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
17 Jun 2002 16:52:57 -0000
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 groith@tcrz.net.
http://bugzilla.ximian.com/show_bug.cgi?id=23707
--- shadow/23707 Mon Jun 17 12:42:19 2002
+++ shadow/23707.tmp.19873 Mon Jun 17 12:52:57 2002
@@ -1,12 +1,12 @@
Bug#: 23707
Product: Mono/Class Libraries
Version: unspecified
OS: unknown
OS Details:
-Status: NEEDINFO
+Status: REOPENED
Resolution:
Severity: Unknown
Priority: Blocker
Component: CORLIB
AssignedTo: mono-bugs@ximian.com
ReportedBy: groith@tcrz.net
@@ -54,7 +54,33 @@
Digger.cs(42) error CS0246: Cannot find type `Graphics'
Error: Compilation failed
RESULT: 1
Please can you check if you get the same results?
+
+
+------- Additional Comments From groith@tcrz.net 2002-06-17 12:52 -------
+Yes, and even a bit more ...
+
+digger.cs(58) error CS0246: Can not find type `Panel'
+digger.cs(941) error CS0246: Can not find type `Form'
+digger.cs(21) error CS0246: Cannot find type `Point'
+digger.cs(22) error CS0246: Cannot find type `Size'
+digger.cs(23) error CS0246: Cannot find type `Bitmap[]'
+digger.cs(25) error CS0246: Cannot find type `Bitmap'
+digger.cs(25) error CS0246: Cannot find type `Size'
+
+(process:3932): ** WARNING **: unhandled exception
+System.NullReferenceException
+: "A null value was found where an object instance was required"
+in <0x0012c> Mono.CSharp.Constructor:Define
+(Mono.CSharp.TypeContainer)
+in <0x000a1> Mono.CSharp.TypeContainer:DefineMembers
+(System.Collections.ArrayLi
+st,System.Reflection.MemberInfo[])
+in <0x00216> Mono.CSharp.TypeContainer:Define
+(Mono.CSharp.TypeContainer)
+in <0x00318> Mono.CSharp.RootContext:PopulateTypes ()
+in <0x01a79> Mono.CSharp.Driver:MainDriver (string[])
+in <0x00009> Mono.CSharp.Driver:Main (string[])