Application dotNet 2003 and XP SP2

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • tuanhoanganh

    Application dotNet 2003 and XP SP2

    I have a problem with my application. When I run it
    \\server\progra m\login.exe it work well but when I map \\server\progra m to
    Z: and run Z:\login.exe it doesn't work. Please help me.
    Thank you. Sorry for my English.


  • Cor Ligthert [MVP]

    #2
    Re: Application dotNet 2003 and XP SP2

    Tuan,

    Does this only appears with dotNet 2003 applications.

    Cor



    Comment

    • tuanhoanganh

      #3
      Re: Application dotNet 2003 and XP SP2

      Yes. I have install my program to c:\program\logi n.exe and run
      c:\program\logi n.exe, it doesn't work. But run \\server\progra m\login.exe it
      work. My other computer install Windows 2003 it run c:\program\logi n.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.

      "Cor Ligthert [MVP]" <notmyfirstname @planet.nl> wrote in message
      news:e5DFJE0lFH A.360@TK2MSFTNG P09.phx.gbl...[color=blue]
      > Tuan,
      >
      > Does this only appears with dotNet 2003 applications.
      >
      > Cor
      >
      >
      >[/color]


      Comment

      • Cor Ligthert [MVP]

        #4
        Re: Application dotNet 2003 and XP SP2

        > Yes. I have install my program to c:\program\logi n.exe and run[color=blue]
        > c:\program\logi n.exe, it doesn't work. But run \\server\progra m\login.exe
        > it work. My other computer install Windows 2003 it run
        > c:\program\logi n.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.
        >[/color]
        So \\Server\progra m\windows\noteb ook.exe (on the place notebook is) does
        work?

        Cor


        Comment

        • tuanhoanganh

          #5
          Re: Application dotNet 2003 and XP SP2

          > So \\Server\progra m\windows\noteb ook.exe (on the place notebook is) does[color=blue]
          > work?[/color]
          Yes it work.
          I install this program to c:\program and run c:\program\logi n.exe it doesn't
          work too.
          Thank you.


          Comment

          • Cor Ligthert [MVP]

            #6
            Re: Application dotNet 2003 and XP SP2


            tuanhoanganh
            ..[color=blue][color=green]
            >> So \\Server\progra m\windows\noteb ook.exe (on the place notebook is) does
            >> work?[/color]
            > Yes it work.
            > I install this program to c:\program and run c:\program\logi n.exe it
            > doesn't work too.[/color]

            That we know however \\Server\Progra m\notebook.exe?

            Cor


            Comment

            • tuanhoanganh

              #7
              Re: Application dotNet 2003 and XP SP2

              At first, thank you for your help.
              This problem maybe is XP SP2 security 's problem.
              Example Shell("V:\Progr am\login.exe", AppWinStyle.Nor malFocus, False, -1)
              doesn't work.
              But Shell("\\server \project\progra m\login.exe", AppWinStyle.Nor malFocus,
              False, -1) work.
              I think it is a XP SP2 security 's problem but I don't know where to
              configure it.
              [color=blue]
              >That we know however \\Server\Progra m\notebook.exe?[/color]
              [color=blue]
              >Cor[/color]



              Comment

              • tuanhoanganh

                #8
                Thank for your help

                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.


                Comment

                Working...