running application error

my friend send me a program..he made a setup for that program..
installation is succesful ..i can install the .exe application..
he wrote that program with using Visual Studio / C#..
but i cannot use that program..when i try to run program, windows xp creates an error report..
i installed dotnetfx 2.0 ..
do i need anything else

the error report is this:
http://img216.imageshack.us/img216/5413/vfdzz2.jpg
and the contents of the error report is this:
http://img177.imageshack.us/my.php image=dfstt2.jpg



Answer this question

running application error

  • xRuntime

    The program is trying to access some file from some directry which is not found that's why you get this erorr. Ask your friend for that file and put in appropriate location for application to run without error.

    Cheers ;-)



  • pinkybaby

    Error says FileNotFoundException, which means you probably need some file. Maybe your friend did't put in the setup or that file is expected to be in some location in your system but it's not there. You must contact your friend to help you. Maybe also to put some error handler when such message occurs and inform you with some messagebox.

  • running application error