D
Dom
I have a program finished, I created the exe, I tested it, works
fine. I move the exe to a network drive so that others can use it,
and suddenly it fails. The problem seems to be a security problem,
since the program tries to access the backend through SQLConnection,
etc.
When I move the program to the user's local drive it works fine. So I
assume there is something about the network that stops it.
How do I get out of this? I really don't want to keep it on the
user's local drive.
fine. I move the exe to a network drive so that others can use it,
and suddenly it fails. The problem seems to be a security problem,
since the program tries to access the backend through SQLConnection,
etc.
When I move the program to the user's local drive it works fine. So I
assume there is something about the network that stops it.
How do I get out of this? I really don't want to keep it on the
user's local drive.