[Mono-bugs] [Bug 65747][Maj] Changed - Exception and Load error

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Thu, 9 Dec 2004 17:22:05 -0500 (EST)


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 jan@patware.si.

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

--- shadow/65747	2004-12-09 15:58:34.000000000 -0500
+++ shadow/65747.tmp.26204	2004-12-09 17:22:05.000000000 -0500
@@ -115,6 +115,18 @@
 There is no more 500 error. Problem is with images, that are inserted
 in page as normal image (<img src...) At the moment you can see one
 test page on http://10.1.1.3:1214/test/
 
 ------- Additional Comments From gonzalo@ximian.com  2004-12-09 15:58 -------
 Can you attach a test case? Are you using 1.0.5 or 1.1.3?
+
+------- Additional Comments From jan@patware.si  2004-12-09 17:22 -------
+currently i'm using 1.0.4. here is simple code:
+
+in aspx:
+<asp:Image id="Image3" runat="server"></asp:Image>
+
+in cs: 
+Image3.ImageUrl = "image.jpg";
+
+that is problem, that afret refresh, there is no shown.
+