I have a .NET DLL that has a shell command that maps a network drive.
When I call this dll from a windows program, it works great. When I
call the same dll from a windows service, the shell command does not
execute. It doesn't produce an exception.
Anyone seen anything like this before?

Thanks,
Jeff

Re: Shell command not working from a DLL called from a windows service by Chris,

Chris,
Fri Jan 07 17:09:25 CST 2005

I haven't seen this but just wanted to throw in a thought. Are you sure
that the user that the service is acting under has rights to do the mapping?

Chris

"Jeff" <jeff.washburn@tevaneuro.com> wrote in message
news:1105132045.220052.283780@z14g2000cwz.googlegroups.com...
>I have a .NET DLL that has a shell command that maps a network drive.
> When I call this dll from a windows program, it works great. When I
> call the same dll from a windows service, the shell command does not
> execute. It doesn't produce an exception.
> Anyone seen anything like this before?
>
> Thanks,
> Jeff
>