Shell command not working from a DLL called from a windows service

  • Thread starter Thread starter Jeff
  • Start date Start date
J

Jeff

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
 
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
 
Back
Top