RobLog

Web Design in the World of .NET (C# and VB.NET, XML, and Javascript). I learned how to program from TheDailyWTF.com!
posts - 140, comments - 129, trackbacks - 5

My Links

News

Main Site Cert Corner Goals About Me

Article Categories

Archives

Post Categories

Image Galleries

.NET

Personal

WOW


"The project location is not fully trusted by the .NET runtime." But this is on my local machine?! Downloading source from the internet on Windows XP SP2 retains internet Zone.

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.

In Windows XP SP2 you receive this error because of zone identifiers.  When you download source code, it remains identified as Internet Zone.  Zone Stripper is a handy tool that will remove the zone identifiers from your downloaded files.

Thanks James Kovac!

posted on Wednesday, March 02, 2005 9:55 PM