C# Exe File Cannot Run From Shared Folder at network

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Ayman mansour
    New Member
    • Aug 2008
    • 1

    C# Exe File Cannot Run From Shared Folder at network

    I have a compiled windows application and is able to run in my local drive, But when I copy the exe to a shared folder, I received fatal error !
    What should I do to be able to run the exe in a shared folder ?
    Note : my Application read data from xml file .
  • Curtis Rutland
    Recognized Expert Specialist
    • Apr 2008
    • 3264

    #2
    Thread moved from Editor's Corner to .NET Forum.

    Please post questions in the relevant forum only.

    MODERATOR

    Comment

    • Curtis Rutland
      Recognized Expert Specialist
      • Apr 2008
      • 3264

      #3
      Put some debugging code in to catch and output the error text so you can see what the problem actually is.

      Also, when you ask a question, please post your full error text.

      Comment

      Working...