PDA

View Full Version : ConfigurationReader does not close resource stream


Dennis Homann
03-14-2005, 07:57 PM
The class ConfigurationReader opens a resource stream by accessing IResource.InputStream. However, this stream stays open after XmlDocument.Load() and is never closed.

Please fix this bug, because it causes the configuration file to be locked.

Thanks,
Dennis

Dennis Homann
03-14-2005, 08:24 PM
Never mind, I have submitted this bug to the issue tracker.

Thanks anyway,
Dennis

Mark Pollack
03-15-2005, 03:12 PM
Hi Dennis,

Thanks, will take care of it!

Cheers,
Mark