Application dotNet 2003 and XP SP2

  • Thread starter Thread starter tuanhoanganh
  • Start date Start date
T

tuanhoanganh

I have a problem with my application. When I run it
\\server\program\login.exe it work well but when I map \\server\program to
Z: and run Z:\login.exe it doesn't work. Please help me.
Thank you. Sorry for my English.
 
Yes. I have install my program to c:\program\login.exe and run
c:\program\login.exe, it doesn't work. But run \\server\program\login.exe it
work. My other computer install Windows 2003 it run c:\program\login.exe
well. This problem only happens in Window XP SP2 ( I have 2 computer install
Windows XP SP2)
Please help me. Thank you very much. Sorry for my English.
 
Yes. I have install my program to c:\program\login.exe and run
c:\program\login.exe, it doesn't work. But run \\server\program\login.exe
it work. My other computer install Windows 2003 it run
c:\program\login.exe well. This problem only happens in Window XP SP2 ( I
have 2 computer install Windows XP SP2)
Please help me. Thank you very much. Sorry for my English.
So \\Server\program\windows\notebook.exe (on the place notebook is) does
work?

Cor
 
So \\Server\program\windows\notebook.exe (on the place notebook is) does
Yes it work.
I install this program to c:\program and run c:\program\login.exe it doesn't
work too.
Thank you.
 
tuanhoanganh
..
Yes it work.
I install this program to c:\program and run c:\program\login.exe it
doesn't work too.

That we know however \\Server\Program\notebook.exe?

Cor
 
At first, thank you for your help.
This problem maybe is XP SP2 security 's problem.
Example Shell("V:\Program\login.exe", AppWinStyle.NormalFocus, False, -1)
doesn't work.
But Shell("\\server\project\program\login.exe", AppWinStyle.NormalFocus,
False, -1) work.
I think it is a XP SP2 security 's problem but I don't know where to
configure it.
 
Thank for your help. I found problem. Some one include user32.dll in my
program's path. I deleted it and everything work well.
Thank you. Sorry for my english.
 
Back
Top