svn path=/trunk/mcs/; revision=73632
@@ -602,7 +602,8 @@ namespace System.Web.Compilation
curaca = a;
break;
}
- CollectFiles (d, curaca);
+ if (CollectFiles (d, curaca))
+ haveFiles = true;
curaca = aca;
return haveFiles;
@@ -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