"Carlos J. Quintero [.NET MVP]" wrote:
> The problem is that with default .NET security settings .NET applications
> can not run on file servers, only on hard disk. If you have a vs.net
> solution on a file server, the output will be on that file server (bin
> subfolder) and vs.net warns you beforehand about the potential problem. So,
> you need to adjust the .NET security to full trust that folder on the file
> server. See:
>
>
http://groups.google.es/groups?hl=es&lr=&threadm=%23xeT%23LPXEHA.1128%40TK2MSFTNGP10.phx.gbl&rnum=1&prev=/groups%3Fhl%3Des%26lr%3D%26q%3Dmicrosoft.public%2BLOcalIntranet_Zone%2BQuintero
>
> --
>
> Carlos J. Quintero
>
> MZ-Tools 4.0: Productivity add-ins for Visual Studio .NET
> You can code, design and document much faster.
>
http://www.mztools.com >
>
> "Coco" <Coco@discussions.microsoft.com> escribió en el mensaje
> news:602DE3FA-B5D9-4ADE-8F11-A8F230885D51@microsoft.com...
> > Hi,
> >
> > I have fews class libary projects that i keep my file server,
> > whenever i open the the solution of contains these project from my local
> > computer
> > i get the error 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 exceptions."
> >
> > i have seen a few articles in the web site but it does not really tell me
> > what is the problem and solution, will i have problem deploying my
> > application next time?
> > What willl happend when i develop a windows application that will use
> > these
> > class libary and run the windows app from my PC?
> >
> >
>
>