I have a windows service which is making db calls to sql servr 2005,
generating an xml file and writing it to the file system. every once in a
while the service dies and the only error i see is in the event log. does
anyone know a fix?
Re: How to use an XML config file in Windows Service ... Use XmlSerializer to serialize/deserialize class from disk or other. ... > using a .xml file for that job. ... I am not familiar with the concepts of windows service.... (microsoft.public.dotnet.languages.csharp)
Re: C# Windows Service is locking file ... I tried running windows service app in Release mode also. ...Michael Nemtsev:: blog: http://spaces.msn.com/laflour ... I am using "ds.ReadXml" for reading xml file and then using ... It was running fine but now it has started locking the xml file ... (microsoft.public.dotnet.languages.csharp)
Re: How to use an XML config file in Windows Service ... I have to store hierarchical data which app.config does not support. ... I am not familiar with the concepts of windows service.... >> I am trying to access a xml configuration file from windows service. ... When I try to start windows service, it is expecting the XML file... (microsoft.public.dotnet.languages.csharp)
Re: How to use an XML config file in Windows Service ... I am not familiar with the concepts of windows service.... > I am trying to access a xml configuration file from windows service. ... You simply need to specify the full path to the XML file.... (microsoft.public.dotnet.languages.csharp)
Windows Service is locking xml file - Need help ... I am working on an application which uses xml file as a database. ... application written in C#" and "Windows Service written in C#". ... out that its my Windows Service which is locking the xml file some ... But still sometimes my Windows Service locks the ... (microsoft.public.dotnet.languages.csharp)