Security Error

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

    Security Error

    I just noticed something else odd. When I run my apps locally, they run
    fine; but the same app copied to and run from a mapped network drive gives
    me security errors. Anyone know what's going on with that?

    Thanks,
    Michael C


  • Nicholas Paldino [.NET/C# MVP]

    #2
    Re: Security Error

    Michael,

    This is correct. Anything that does not reside natively on your machine
    is not considered to be fully trusted, and is given a restricted permission
    set to run under. In order to get around this, you will have to go to the
    ..NET administration tool, and change the security set that is asigned to the
    machines that you are getting the assembly from, or the assembly itself.

    Hope this helps.


    --
    - Nicholas Paldino [.NET/C# MVP]
    - mvp@spam.guard. caspershouse.co m

    "Michael C" <michaelco@opto nline.net> wrote in message
    news:Mj8xc.7215 $IQ2.4843229@ne ws4.srv.hcvlny. cv.net...[color=blue]
    > I just noticed something else odd. When I run my apps locally, they run
    > fine; but the same app copied to and run from a mapped network drive gives
    > me security errors. Anyone know what's going on with that?
    >
    > Thanks,
    > Michael C
    >
    >[/color]


    Comment

    • Michael C

      #3
      Re: Security Error

      Thanks again Nicholas. That clears that right up. I noticed it starts
      running, but dies when I try to access the Win32 API. Argh. Can you point
      me to an article on changing the assembly to fix this? I may end up needing
      to run this from network shares.

      Thanks,
      Michael C.


      Comment

      Working...