How Do I Allow my Visual Studio .NET Projects to Run from a Network Location?

Imar.Spaanjaars.Com
- How Do I Allow my Visual Studio .NET Projects to Run from a Network Location?
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 receive unexpected security exceptions. Click OK to ignore and
continue. Click CANCEL to choose a different project location.

Random Posts

Loading…

Leave a Reply