Visual Basic Program Will Not Run

  • Thread starter Thread starter Robert McCarter
  • Start date Start date
R

Robert McCarter

Hello,

I have a Visual Basic application that will not run
through the Terminal Services Client. It will run on the
server itself under the profile that I installed it. I
did install it using the Add/Remove programs dialog on the
terminal server. I noticed when I installed it, it put
some of the files on the "X" drive (the users home path).
I changed the setup.lst file to force it to copy all of
these files to the "C" drive on the server, but that did
not work either. Do any of you have any ideas?

Thank you,

Robert McCarter
 
If I were you, I would go get filemon from
www.sysinternals.com and run it as an admin while a normal
terminal services user tries to run the program. Filemon
will give you a view inside of the file system to see what
files are being looked at. You might find that the system
or program is looking to the wrong directory for your
files.

-M
 
Back
Top