How can I open a VS.Net project remotely?
-
Hi, I have a VS.Net project that works correctly. When I open it from remote, a message will be appeared "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." How can I solve the problem? regards, Mehdi
-
Hi, I have a VS.Net project that works correctly. When I open it from remote, a message will be appeared "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." How can I solve the problem? regards, Mehdi
Easy: It is not a problem. Just alter the Project output path to point to a local drive (c:\nt\myprojects\projectname\bin) or whatever. Otherwise, use a CVS (Perforce, Subversion, whatever) and work with local project data. Cheers Sebastian