Diwakar - 2005-01-31

When I am trying to create a log file NUnit throws the following error:

at System.IO.Directory.DeleteHelper(String fullPath, 
String userPath, Boolean recursive)
at System.IO.Directory.Delete(String fullPath, String userPath, Boolean recursive)
at System.IO.DirectoryInfo.Delete(Boolean recursive)
at NUnit.Util.TestDomain.DeleteCacheDir(DirectoryInfo cacheDir)
at NUnit.Util.TestDomain.DeleteCacheDir(DirectoryInfo cacheDir)
at NUnit.Util.TestDomain.DeleteCacheDir(DirectoryInfo cacheDir)
at NUnit.Util.TestDomain.DeleteCacheDir(DirectoryInfo cacheDir)
at NUnit.Util.TestDomain.DeleteCacheDir(DirectoryInfo cacheDir)
at NUnit.Util.TestDomain.DeleteCacheDir(DirectoryInfo cacheDir)
at NUnit.Util.TestDomain.Unload()
at NUnit.Util.TestLoader.OnTestChanged(String testFileName)
=================

The logger is static lib created using log4cpp. The logger works fine with a .NET console application. 

Please help me.

Thanks and regards,
Diwakar.