Bläddra i källkod

Fix for bug #80998

svn path=/trunk/mcs/; revision=73632
Marek Habersack 19 år sedan
förälder
incheckning
3f0de23c4f

+ 2 - 1
mcs/class/System.Web/System.Web.Compilation/AppCodeCompiler.cs

@@ -602,7 +602,8 @@ namespace System.Web.Compilation
 						curaca = a;
 						break;
 					}
-				CollectFiles (d, curaca);
+				if (CollectFiles (d, curaca))
+					haveFiles = true;
 				curaca = aca;
 			}
 			return haveFiles;

+ 6 - 0
mcs/class/System.Web/System.Web.Compilation/ChangeLog

@@ -1,3 +1,9 @@
+2007-03-02  Marek Habersack  <[email protected]>
+
+	* AppCodeCompiler.cs: Correctly process App_Code directories which
+	have no compilable files in the top-level directory. Fixes bug
+	#80998.
+
 2007-03-01  Marek Habersack  <[email protected]>
 
 	* AspParser.cs: fix GetVerbatim for cases when the end is