[Mono-bugs] [Bug 58758][Wis] Changed - ashx without codebehind cannot find dlls in bin/
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Mon, 7 Jun 2004 20:20:00 -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 gonzalo@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=58758
--- shadow/58758 2004-06-07 20:19:10.000000000 -0400
+++ shadow/58758.tmp.25703 2004-06-07 20:20:00.000000000 -0400
@@ -1,12 +1,12 @@
Bug#: 58758
Product: Mono: Class Libraries
Version: unspecified
OS: unknown
OS Details: mdk 9.1
-Status: NEEDINFO
+Status: REOPENED
Resolution:
Severity: Unknown
Priority: Wishlist
Component: Sys.Web
AssignedTo: gonzalo@ximian.com
ReportedBy: chris@turchin.net
@@ -253,6 +253,42 @@
so, can you cook a real test case?
------- Additional Comments From gonzalo@ximian.com 2004-06-07 20:19 -------
Created an attachment (id=8055)
tar.gz with test case from Chris
+
+------- Additional Comments From gonzalo@ximian.com 2004-06-07 20:20 -------
+---instructions from Chris on the attached tar.gz file----
+There is a makefile included and two values need to be configured in
+web.config then it should work (or not work, depending on your point of
+view).
+
+The files in question are wstest.asmx and testws.asmx, one is a web
+service with code behind which works and the other is a web service
+coded directly in the asmx which does not.
+
+Here is what I get with testws.asmx:
+
+[Mon Jun 07 21:16:44 2004] [info] (32)Broken pipe: core_output_filter:
+writing data to the network
+
+** (/usr/lib/mono/1.0/mcs.exe:5926): WARNING **: Could not find assembly
+GDGallery, references from /tmp/apache-temp-aspnet/40bf369a/33370.dll
+(assemblyref_index=0)
+ Major/Minor: 1,0
+ Build: 1619,37947
+ Token: (null)
+
+
+Unhandled Exception: System.NullReferenceException: A null value was
+found where an object instance was required.
+in (unmanaged) (wrapper managed-to-native)
+System.Reflection.Assembly:LoadFrom (string)
+in <0x00004> (wrapper managed-to-native)
+System.Reflection.Assembly:LoadFrom (string)
+in <0x000d1> Mono.CSharp.Driver:LoadAssembly (string,bool)
+in <0x000a4> Mono.CSharp.Driver:LoadReferences ()
+in <0x006aa> Mono.CSharp.Driver:MainDriver (string[])
+in <0x00012> Mono.CSharp.Driver:Main (string[])
+
+