C
cj
I have a program (soap client that also uses sql server stored procs)
that I built and tested on my c: and it works great. It was decided it
should be put on the network drive. I copied obj\release\*.* to a
folder on the network and the program hung trying to connect with the
soap server. I tested on my machine and it works. I copied the whole
project directory to the network and intended to run it in debug mode
from the network but when I go to open it I get "The project location is
not fully trusted by the .NET runtime...." I've been doing some reading
but I'm still not sure I understand. What do I do?
that I built and tested on my c: and it works great. It was decided it
should be put on the network drive. I copied obj\release\*.* to a
folder on the network and the program hung trying to connect with the
soap server. I tested on my machine and it works. I copied the whole
project directory to the network and intended to run it in debug mode
from the network but when I go to open it I get "The project location is
not fully trusted by the .NET runtime...." I've been doing some reading
but I'm still not sure I understand. What do I do?