mail-archives/mono-bugs/2005-June/030911.html

125 строки
4.8 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<TITLE> [Mono-bugs] [Bug 75371][Min] New - Using separate Code for a
usercontrol fails.
</TITLE>
<LINK REL="Index" HREF="index.html" >
<LINK REL="made" HREF="mailto:mono-bugs%40lists.ximian.com?Subject=%5BMono-bugs%5D%20%5BBug%2075371%5D%5BMin%5D%20New%20-%20Using%20separate%20Code%20for%20a%0A%09usercontrol%20fails.&In-Reply-To=bug-75371%40chernobyl.ximian.com">
<META NAME="robots" CONTENT="index,nofollow">
<META http-equiv="Content-Type" content="text/html; charset=us-ascii">
<LINK REL="Previous" HREF="030910.html">
<LINK REL="Next" HREF="030912.html">
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>[Mono-bugs] [Bug 75371][Min] New - Using separate Code for a
usercontrol fails.</H1>
<B>bugzilla-daemon at bugzilla.ximian.com</B>
<A HREF="mailto:mono-bugs%40lists.ximian.com?Subject=%5BMono-bugs%5D%20%5BBug%2075371%5D%5BMin%5D%20New%20-%20Using%20separate%20Code%20for%20a%0A%09usercontrol%20fails.&In-Reply-To=bug-75371%40chernobyl.ximian.com"
TITLE="[Mono-bugs] [Bug 75371][Min] New - Using separate Code for a
usercontrol fails.">bugzilla-daemon at bugzilla.ximian.com
</A><BR>
<I>Fri Jun 24 04:03:42 EDT 2005</I>
<P><UL>
<LI>Previous message: <A HREF="030910.html">[Mono-bugs] [Bug 49824][Nor] Changed -
Threading.SyncronizationException thrown on calling
Monitor.Exit on an object that has not been locked.
</A></li>
<LI>Next message: <A HREF="030912.html">[Mono-bugs] [Bug 75371][Min] Changed - Using separate Code for a
usercontrol fails.
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#30911">[ date ]</a>
<a href="thread.html#30911">[ thread ]</a>
<a href="subject.html#30911">[ subject ]</a>
<a href="author.html#30911">[ author ]</a>
</LI>
</UL>
<HR>
<!--beginarticle-->
<PRE>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 <A HREF="http://lists.ximian.com/mailman/listinfo/mono-bugs">dave.bacon at gmail.com.</A>
<A HREF="http://bugzilla.ximian.com/show_bug.cgi?id=75371">http://bugzilla.ximian.com/show_bug.cgi?id=75371</A>
--- shadow/75371 2005-06-24 04:03:42.000000000 -0400
+++ shadow/75371.tmp.23455 2005-06-24 04:03:42.000000000 -0400
@@ -0,0 +1,49 @@
+Bug#: 75371
+Product: Mono: Class Libraries
+Version: 1.1
+OS:
+OS Details: Ubuntu breezy badger
+Status: NEW
+Resolution:
+Severity:
+Priority: Minor
+Component: Sys.Web
+AssignedTo: <A HREF="http://lists.ximian.com/mailman/listinfo/mono-bugs">gonzalo at ximian.com</A>
+ReportedBy: <A HREF="http://lists.ximian.com/mailman/listinfo/mono-bugs">dave.bacon at gmail.com</A>
+QAContact: <A HREF="http://lists.ximian.com/mailman/listinfo/mono-bugs">mono-bugs at ximian.com</A>
+TargetMilestone: ---
+URL:
+Cc:
+Summary: Using separate Code for a usercontrol fails.
+
+Please fill in this template when reporting a bug, unless you know what you
+are doing.
+Description of Problem:
+
+Writing a UserControl MyCont.ascx along with a MyCont.ascx.cs will fail.
+The generated DLL for MyCont.ascx.cs is generated fine, but the generated
+Page .cs compilation fails finding this DLL.
+
+For instance, adding /tmp (where the generated DLL falls) to MONO_PATH
+works around the problem.
+
+Steps to reproduce the problem:
+1. Host webapp in attached tarball in XSP
+2. Point browser to webapp
+3. See error: Couldn't find a DLL w/ name like '13421.dll'
+
+Actual Results:
+Cannot find '77540.dll'.
+Description: Error processing request.
+
+Error Message: HTTP 404. Cannot find '77540.dll'.
+
+Expected Results:
+A page with the control rendered, but visible side-effects of code from the
+codebehind file being executed (in the attached example, it will print
+&quot;setting monkey&quot; to the console).
+
+How often does this happen?
+Everytime.
+
+Additional Information:
</PRE>
<!--endarticle-->
<HR>
<P><UL>
<!--threads-->
<LI>Previous message: <A HREF="030910.html">[Mono-bugs] [Bug 49824][Nor] Changed -
Threading.SyncronizationException thrown on calling
Monitor.Exit on an object that has not been locked.
</A></li>
<LI>Next message: <A HREF="030912.html">[Mono-bugs] [Bug 75371][Min] Changed - Using separate Code for a
usercontrol fails.
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#30911">[ date ]</a>
<a href="thread.html#30911">[ thread ]</a>
<a href="subject.html#30911">[ subject ]</a>
<a href="author.html#30911">[ author ]</a>
</LI>
</UL>
<hr>
<a href="http://lists.ximian.com/mailman/listinfo/mono-bugs">More information about the mono-bugs
mailing list</a><br>
</body></html>