Hi,

I seem to be having a strange problem with the Manifest-file appupdater.xml.

If the file exists I get an error reporting that the AppManigest.Update() fails because the file is in use.  The only other place in the code that I find that accesses this file is the AppManifest.Load-function that reads the file and the closes its stream.  So it seems that the file is locked, even though it shouldn't.  Has anyone else had this problem?  I'm working with VS.NET 2003.

Tx,
Herman

BTW, Thanks for the post about the GetParentDirectory-bug.  It wiped out my source files twice due to this little quirk...