Run app from network share

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

    #1

    Run app from network share

    Can somedoby tell me the steps, or perhaps examples, which I have to
    complete to access .net application on client computer from network shared
    folder on server computer??

    I made a release of my appplication and it is on my D disk (D:\Test) and I
    use third party control (xyz.dll) which is
    in the same folder like exe file.

    So, please.....

    These are the steps on server:
    1.
    2.
    ....

    These are the steps on client:
    1.
    2.
    ....


    When I remove xzy.dll from my application, everything works fine. I can
    start the application from network folder just through the shortcut
    on client computer. But when I drag xzy.dll from toolbox and tried to start,
    it shows me this error: "An error occurred creating the form. See
    Exception.Inner Exception for details. The error is: Request for the
    permission of type 'System.Securit y.Permissions.F ileIOPermission , mscorlib,
    Version=2.0.0.0 , Culture=neutral , PublicKeyToken= b77a5c561934e08 9' failed."

    Please help me.
    Thanks!

  • Cor Ligthert[MVP]

    #2
    Re: Run app from network share

    Have a look at the answers given in this newsgroup on the same question as
    yours.



    Cor

    "B" <zelenooki05@gm ail.comschreef in bericht
    news:fjkedu$osf $1@sopnews2.vip .hr...
    Can somedoby tell me the steps, or perhaps examples, which I have to
    complete to access .net application on client computer from network shared
    folder on server computer??
    >
    I made a release of my appplication and it is on my D disk (D:\Test) and I
    use third party control (xyz.dll) which is
    in the same folder like exe file.
    >
    So, please.....
    >
    These are the steps on server:
    1.
    2.
    ...
    >
    These are the steps on client:
    1.
    2.
    ...
    >
    >
    When I remove xzy.dll from my application, everything works fine. I can
    start the application from network folder just through the shortcut
    on client computer. But when I drag xzy.dll from toolbox and tried to
    start,
    it shows me this error: "An error occurred creating the form. See
    Exception.Inner Exception for details. The error is: Request for the
    permission of type 'System.Securit y.Permissions.F ileIOPermission ,
    mscorlib,
    Version=2.0.0.0 , Culture=neutral , PublicKeyToken= b77a5c561934e08 9'
    failed."
    >
    Please help me.
    Thanks!
    >

    Comment

    Working...