[Mono-devel-list] System.Web exception

yoros at wanadoo.es yoros at wanadoo.es
Sat Jul 17 14:48:37 EDT 2004


XSP fails when it tries to compile some pages.

I attach the diffs.

See you,

    Pedro
-- 
Pedro Martínez Juliá
\  pmj3 at alu.um.es
)|    yoros at wanadoo.es
/        http://yoros.dyndns.org
Socio HispaLinux #311
Usuario Linux #275438 - http://counter.li.org
GnuPG public information:  pub  1024D/74F1D3AC
Key fingerprint = 8431 7B47 D2B4 5A46 5F8E  534F 588B E285 74F1 D3AC
-------------- next part --------------
Index: CacheDependency.cs
===================================================================
RCS file: /cvs/public/mcs/class/System.Web/System.Web.Caching/CacheDependency.cs,v
retrieving revision 1.12
diff -r1.12 CacheDependency.cs
165c165,167
< 					watchers [i] = CreateWatcher (filenames [i]);
---
> 					if (Path.GetDirectoryName (filenames [i]) != String.Empty) {
> 						watchers [i] = CreateWatcher (filenames [i]);
> 					}


More information about the Mono-devel-list mailing list