I originally started and saved my .Net project on our NT server (for backup purposes), but when I open my project I get the following message:
"The project location is not fully trusted by the .Net runtime. This is usually because it is either a network share or mapped to a network share not on the local machine. If the output path is under the project location, your code will not execute as fully trusted and you may recieve unexpected security exemptions."
I understand most of it except the last sentence about output path and not execute fully trusted. What is this really telling me and what is my solution? Right now I am saving my project locally to avoid the message and errors.
Nick
"The project location is not fully trusted by the .Net runtime. This is usually because it is either a network share or mapped to a network share not on the local machine. If the output path is under the project location, your code will not execute as fully trusted and you may recieve unexpected security exemptions."
I understand most of it except the last sentence about output path and not execute fully trusted. What is this really telling me and what is my solution? Right now I am saving my project locally to avoid the message and errors.
Nick