зеркало из https://github.com/mono/mail-archives.git
91 строка
3.3 KiB
HTML
91 строка
3.3 KiB
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
|
|
<HTML>
|
|
<HEAD>
|
|
<TITLE> [Mono-bugs] [Bug 46609][Nor] Changed - AppDomain.BaseDirectory misses trailing directoryseparator on linux
|
|
</TITLE>
|
|
<LINK REL="Index" HREF="index.html" >
|
|
<LINK REL="made" HREF="mailto:bugzilla-daemon%40rocky.ximian.com">
|
|
<META NAME="robots" CONTENT="index,nofollow">
|
|
|
|
<LINK REL="Previous" HREF="006479.html">
|
|
<LINK REL="Next" HREF="006481.html">
|
|
</HEAD>
|
|
<BODY BGCOLOR="#ffffff">
|
|
<H1>[Mono-bugs] [Bug 46609][Nor] Changed - AppDomain.BaseDirectory misses trailing directoryseparator on linux
|
|
</H1>
|
|
<B>bugzilla-daemon@rocky.ximian.com
|
|
</B>
|
|
<A HREF="mailto:bugzilla-daemon%40rocky.ximian.com"
|
|
TITLE="[Mono-bugs] [Bug 46609][Nor] Changed - AppDomain.BaseDirectory misses trailing directoryseparator on linux">bugzilla-daemon@rocky.ximian.com
|
|
</A><BR>
|
|
<I>Sun, 20 Jul 2003 05:49:09 -0400 (EDT)</I>
|
|
<P><UL>
|
|
<LI> Previous message: <A HREF="006479.html">[Mono-bugs] Do you want help?
|
|
</A></li>
|
|
<LI> Next message: <A HREF="006481.html">[Mono-bugs] [Bug 46610][Wis] Changed - XmlDocument.Load inside BeginInvoke doesn't work
|
|
</A></li>
|
|
<LI> <B>Messages sorted by:</B>
|
|
<a href="date.html#6480">[ date ]</a>
|
|
<a href="thread.html#6480">[ thread ]</a>
|
|
<a href="subject.html#6480">[ subject ]</a>
|
|
<a href="author.html#6480">[ 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="mailto:gonzalo@ximian.com.">gonzalo@ximian.com.</A>
|
|
|
|
<A HREF="http://bugzilla.ximian.com/show_bug.cgi?id=46609">http://bugzilla.ximian.com/show_bug.cgi?id=46609</A>
|
|
|
|
--- shadow/46609 Sat Jul 19 05:58:04 2003
|
|
+++ shadow/46609.tmp.28743 Sun Jul 20 05:49:09 2003
|
|
@@ -1,14 +1,14 @@
|
|
Bug#: 46609
|
|
Product: Mono/Class Libraries
|
|
Version: unspecified
|
|
OS: GNU/Linux [Other]
|
|
OS Details: Gentoo 1.4 R5
|
|
-Status: NEW
|
|
-Resolution:
|
|
-Severity:
|
|
+Status: RESOLVED
|
|
+Resolution: FIXED
|
|
+Severity: Unknown
|
|
Priority: Normal
|
|
Component: CORLIB
|
|
AssignedTo: <A HREF="mailto:mono-bugs@ximian.com">mono-bugs@ximian.com</A>
|
|
ReportedBy: <A HREF="mailto:gert.driesen@pandora.be">gert.driesen@pandora.be</A>
|
|
QAContact: <A HREF="mailto:mono-bugs@ximian.com">mono-bugs@ximian.com</A>
|
|
TargetMilestone: ---
|
|
@@ -30,6 +30,9 @@
|
|
public static void Main() {
|
|
Console.WriteLine
|
|
(AppDomain.CurrentDomain.BaseDirectory);
|
|
}
|
|
}
|
|
}
|
|
+
|
|
+------- Additional Comments From <A HREF="mailto:gonzalo@ximian.com">gonzalo@ximian.com</A> 2003-07-20 05:49 -------
|
|
+Fixed in CVS.
|
|
|
|
</PRE>
|
|
<!--endarticle-->
|
|
<HR>
|
|
<P><UL>
|
|
<!--threads-->
|
|
<LI> Previous message: <A HREF="006479.html">[Mono-bugs] Do you want help?
|
|
</A></li>
|
|
<LI> Next message: <A HREF="006481.html">[Mono-bugs] [Bug 46610][Wis] Changed - XmlDocument.Load inside BeginInvoke doesn't work
|
|
</A></li>
|
|
<LI> <B>Messages sorted by:</B>
|
|
<a href="date.html#6480">[ date ]</a>
|
|
<a href="thread.html#6480">[ thread ]</a>
|
|
<a href="subject.html#6480">[ subject ]</a>
|
|
<a href="author.html#6480">[ author ]</a>
|
|
</LI>
|
|
</UL>
|
|
</body></html>
|