Building a windows exe application using VS2005 - VB.Net
Debug within the VS IDE works and the compiled exe works from the \bin\debug
folder but not from any other location on the same computer.
Apparently, the error is generated when the application tries to open a
file.
From what I've read so far, an application assembly has to be given the
right to open files in differnet zones?
Unfortunately, the explanation on how to do this is very confusing because
is done differnetly for differnet types of applications.
Can someone claryfy, please.

Signature
RobGMiller
Nimesh - 09 Sep 2007 14:56 GMT
As long as you have the exe in a local folder (ie, not in a folder in a
mapped network drive) your program should not have any problem in running.
please check:
a) If your program is trying to open any file which is referenced relative
to bin\debug in the code.
b) you ave copied the exe.config file along with the exe (if it has one) to
the new folder where you are running it from.
hope this helps,
Cheers,
Nimesh
> Building a windows exe application using VS2005 - VB.Net
>
[quoted text clipped - 11 lines]
>
> Can someone claryfy, please.