T
Tom
Is it possible to access (Read via StreamReader) an external file from
a Wndows service? I.E. In the OnStart method of the service, I need to
go out and read a couple of external files (and these files appear on a
differnet server and are accessed via a UNC syntax - i.e.
\\server\share\myfile.txt). I tried this under my VB.NET service but it
keeps telling me that I have an unauthorized file access when my
service starts up)
Thanks.
--
a Wndows service? I.E. In the OnStart method of the service, I need to
go out and read a couple of external files (and these files appear on a
differnet server and are accessed via a UNC syntax - i.e.
\\server\share\myfile.txt). I tried this under my VB.NET service but it
keeps telling me that I have an unauthorized file access when my
service starts up)
Thanks.
--