Henry 的个人资料Utterances on Software E...照片日志列表 工具 帮助
7月26日

The project location is not trusted

SYMPTOM:
 
When opening a project file, Visual Studio displays a warning message "The project location is not trusted:".
 
CAUSE:
 
The project file or its location will not receive FullTrust and may not be executed correctly, or at all.
 
REASON:
  1. The project is located on a UNC path.
  2. The project was downloaded and processed with software that knows about URL Security Zones

RESOLUTION:

Warning:

Lowering security settings can and will harm your computer or yourself, sooner or later. 
Have a backup and disaster recovery strategy established and well-tested.
Proceed at your own risk. Brace for impact.

  1. Login as an administrator and administer Code Access Security.
  2. Unblock the files using the Properties dialog in Explorer or remove the Zone.Identifier Alternate Data Stream using streams or change ZoneId to URLZONE_TRUSTED (2) or URLZONE_LOCAL_MACHINE (0) using Notepad.

 

7月25日

Microsoft .NET Framework 3.5 Language Pack

The name's LangPack. Choose your language, English is intentionally left blank.

Apparently these contain 2.0 SP1, 3.0 SP1 language packs.

FYI:

 

To create an installation layout, see Aaron Stebner's excellent blog.

Thinking about using the bootstrapper? Nice try, but it doesn't support multiple languages. You have to bootstrap your bootstrapper with a bootstrapper that knows about languages.