"The system cannot find the file specified" when not logged on -
01-03-2006
, 03:50 AM
Hi,
We have encountered a very strange problem. We have a .NET dll
(registered with regasm) that is called by a VB6 component residing in
Component Services on the same W2003 server. The VB6 component is set
up to run as a specific user.
The problem is that the call to the .NET dll only works when that same
user is physically logged on to the server. If the user logs off, we
get the error "The system cannot find the file specified" whenever we
try to call the .NET dll.
We have also created a test hack that calls the .NET dll directly,
without going through the component in Component Services, and that
works as well.
Any ideas?
Thanks in advance,
/Olof |