[Mono-bugs] [Bug 59990][Wis] New - Mono Beta2 ByteFX.Data.dll linking problems with ICSharpCode.SharpZipLib
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Fri, 11 Jun 2004 05:00:18 -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 measton@tebiki.co.uk.
http://bugzilla.ximian.com/show_bug.cgi?id=59990
--- shadow/59990 2004-06-11 05:00:18.000000000 -0400
+++ shadow/59990.tmp.27061 2004-06-11 05:00:18.000000000 -0400
@@ -0,0 +1,38 @@
+Bug#: 59990
+Product: Mono: Class Libraries
+Version: unspecified
+OS:
+OS Details: XP
+Status: NEW
+Resolution:
+Severity:
+Priority: Wishlist
+Component: Sys.Data
+AssignedTo: mono-bugs@ximian.com
+ReportedBy: measton@tebiki.co.uk
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: Mono Beta2 ByteFX.Data.dll linking problems with ICSharpCode.SharpZipLib
+
+Having installed Mono Beta 2 onto Windows XP yesterday, I’m now having a
+problem with a very simple example that uses the ByteFX.Data.dll assembly
+as follows:
+
+** (Comment.exe:3808): WARNING **: Could not find assembly
+ICSharpCode.SharpZipLib, references from
+C:\Program Files\Mono-Beta2
+\lib\mono\gac\ByteFX.Data\0.7.6.1__0738eb9f132ed756\ByteFX.Data.dll (asse
+mblyref_index=7)
+ Major/Minor: 0,31
+ Build: 0,0
+ Token: 1b03e6acf1164f73
+
+Unhandled Exception: System.NullReferenceException: Object reference not
+set to an instance of an ob
+ject
+
+Fixing it is simply a matter of renaming the 0.6.0.0__1b03e6acf1164f73
+directory to 0.31.0.0__1b03e6acf1164f73 in the gac, although obviously
+the install builder needs to be updated accordingly.