[Mono-bugs] [Bug 59577][Wis] New - XSP-Error: Could not find assembly ICSharpCode.SharpZipLib, references from /usr/lib/mono/gac/ByteFX.Data/0.7.6.1__0738eb9f132ed756/ByteFX.Data.dll (assemblyref_index=7)

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Thu, 3 Jun 2004 16:39:54 -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 duncan@excelsior-online.org.

http://bugzilla.ximian.com/show_bug.cgi?id=59577

--- shadow/59577	2004-06-03 16:39:54.000000000 -0400
+++ shadow/59577.tmp.16084	2004-06-03 16:39:54.000000000 -0400
@@ -0,0 +1,64 @@
+Bug#: 59577
+Product: Mono: Runtime
+Version: unspecified
+OS: 
+OS Details: Gentoo
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Wishlist
+Component: misc
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: duncan@excelsior-online.org               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: XSP-Error: Could not find assembly ICSharpCode.SharpZipLib, references from /usr/lib/mono/gac/ByteFX.Data/0.7.6.1__0738eb9f132ed756/ByteFX.Data.dll (assemblyref_index=7)
+
+Description of Problem:
+Mono Beta2/XSP 0.14 refuses to start WebApplication ...
+
+The Console Output of XSP shows:
+Could not find assembly ICSharpCode.SharpZipLib, references from
+/usr/lib/mono/gac/ByteFX.Data/0.7.6.1__0738eb9f132ed756/ByteFX.Data.dll
+(assemblyref_index=7)
+     Major/Minor: 0,31
+     Build:       0,0
+     Token:       1b03e6acf1164f73
+
+Steps to reproduce the problem:
+unknown - just used the SAME WebApp which runs fine under Mono Beta1/XSP 0.13
+
+Actual Results:
+System.NullReferenceException: Object reference not set to an instance of
+an object
+in (unmanaged) (wrapper managed-to-native)
+System.Reflection.Assembly:LoadFrom (string)
+in <0x00004> (wrapper managed-to-native)
+System.Reflection.Assembly:LoadFrom (string)
+in <0x0009d> System.Web.UI.TemplateParser:AddAssembliesInBin ()
+in <0x001c1> System.Web.UI.TemplateParser:.ctor ()
+in <0x0000a> System.Web.UI.ApplicationFileParser:.ctor
+(string,System.Web.HttpContext)
+in <0x0003a> System.Web.UI.ApplicationFileParser:GetCompiledApplicationType
+(string,System.Web.HttpContext)
+in <0x00036> System.Web.HttpApplicationFactory:CompileApp
+(System.Web.HttpContext)
+in <0x00039> System.Web.HttpApplicationFactory:InitializeFactory
+(System.Web.HttpContext)
+in <0x00073> System.Web.HttpApplicationFactory:GetInstance
+(System.Web.HttpContext)
+in <0x00132> System.Web.HttpRuntime:InternalExecuteRequest
+(System.Web.HttpWorkerRequest)
+
+Expected Results:
+The first WebPage and not an Error!
+
+How often does this happen? 
+Always!
+
+Additional Information:
+IMPORTANT: If you copy ICSharpCode.SharpZipLib.dll to your WebApp
+bin-Directory the WebApp runs fine as expected - seems to be a Problem with
+the GAC in Beta2 - Beta1 did always run fine and didn't show that error!