J
JerryK
Hi,
I have a VB.net windows service that loks up when I attempt to access a
share. The code work fine if I run it in the development environment. The
code is as follows:
Dim sharename as string = \\server\folder\sfolder1
if (not system.Io.directory.exists(sharename)) then
System.io.directory.CreateDirectory(sharename)
end if
I suspect this is a security issue, but I am running the service under my
account and I can execute this code. I can also perform the operations in a
DOS box.
Thanks,
jerry
I have a VB.net windows service that loks up when I attempt to access a
share. The code work fine if I run it in the development environment. The
code is as follows:
Dim sharename as string = \\server\folder\sfolder1
if (not system.Io.directory.exists(sharename)) then
System.io.directory.CreateDirectory(sharename)
end if
I suspect this is a security issue, but I am running the service under my
account and I can execute this code. I can also perform the operations in a
DOS box.
Thanks,
jerry