[Mono-bugs] [Bug 81950][Nor] Changed - Regression: Control.TemplateSourceDirectory must never return an empty string

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Tue Jun 26 16:20:18 EDT 2007


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 juraj at hotfeet.ch.

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

--- shadow/81950	2007-06-26 15:17:23.000000000 -0400
+++ shadow/81950.tmp.2584	2007-06-26 16:20:18.000000000 -0400
@@ -138,6 +138,21 @@
 
 ------- Additional Comments From mhabersack at novell.com  2007-06-26 15:17 -------
 Juraj,
 
   2.0 has TemplateControl which influences TemplateSourceDirectory,
 and it doesn't exist on 1.1.
+
+------- Additional Comments From juraj at hotfeet.ch  2007-06-26 16:20 -------
+Hi Marek,
+
+Yes, I've seen that the 2.0 code in get_TemplateSourceDirectory
+depends on a few properties available (and initialized) only in 2.0.
+But as far as I understand the 1.1 code depended on
+CreateTemplateSourceDirectory() which is now gone. So we have a problem.
+
+How can we get the correct TemplateSourceDirectory value in 1.1? Put
+back CreateTemplateSourceDirectory() for NET_1_1 or make parts of the
+NET_2_0 TemplateSourceDirectory-infrastructure internal for NET_1_1?
+
+What do you think, what might be the simplest/cleanest solution?
+


More information about the mono-bugs mailing list