Compiled .exe file doesn't run after copying

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

    Compiled .exe file doesn't run after copying

    Hi,

    I have a problem with compiled .exe file. I use Visual Studio Pro
    2008. I have c# windows forms project (for .NET 3.5). I compile
    project and it runs without any problem from bin/release catalog.

    When I copy it to other folder (local disk, for example) I can't run
    it. The same if I copy it to local disk on other computer.

    But build still run from compilation path

    Do you know what is a source of problem?

    Best regards

    Rzep
  • Jon Skeet [C# MVP]

    #2
    Re: Compiled .exe file doesn't run after copying

    On Mar 7, 11:04 am, rzep <rze...@gmail.c omwrote:
    I have a problem with compiled .exe file. I use Visual Studio Pro
    2008. I have c# windows forms project (for .NET 3.5). I compile
    project and it runs without any problem from bin/release catalog.
    >
    When I copy it to other folder (local disk, for example) I can't run
    it. The same if I copy it to local disk on other computer.
    >
    But build still run from compilation path
    >
    Do you know what is a source of problem?
    "I can't run it" is a pretty general description. Could you give us
    more information? What actually happens when you try?

    Jon

    Comment

    Working...