vs2010英文版打包中文框架出错的解决办法

错误信息: Error 3 The install location for prerequisites has not been set to 'component vendor's web site' and the file 'DotNetFX40Client\dotNetFx40LP_Client_x86_x64zh-Hans.exe' in item 'Microsoft .NET Framework 4 Client Profile (x86 and x64)' can not be located on disk. See Help for more information.
原因:将Localization 给为 Chinese (Simplified) 系统必备选择从本目录下载所需框架。 默认为:English (United States) 但这状态下不能使用中文,如快捷方式名  

下载到这个dotNetFx40LP_Client_x86_x64zh-Hans.exe (http://www.microsoft.com/DOWNLOADS/zh-cn/details.aspx?familyid=6AA229CC-85E2-4CCA-9ADD-E8E75A615BC3&displaylang=zh-cn),发现把它摆在Bootstrapper目录里,对应中文子文件夹下 ------ 问题消失,一切OK

Bootstrapper目录所在位置:

H:\Program Files\Microsoft SDKs\Windows\v7.0A\Bootstrapper\Packages\DotNetFX40Client\zh-Hans

 

错误信息: Error 3 The install location for prerequisites has not been set to 'component vendor's web site' and the file 'DotNetFX40\dotNetFx40LP_Full_x86_x64zh-Hans.exe' in item 'Microsoft .NET Framework 4 Profile (x86 and x64)' can not be located on disk. See Help for more information.
原因:将Localization 给为 Chinese (Simplified) 系统必备选择从本目录下载所需框架。 默认为:English (United States) 但这状态下不能使用中文,如快捷方式名  

下载到这个dotNetFx40LP_Full_x86_x64zh-Hans.exe(http://www.microsoft.com/zh-cn/download/details.aspx?id=3324),发现把它摆在Bootstrapper目录里,对应中文子文件夹下 ------ 问题消失,一切OK

Bootstrapper目录所在位置:

H:\Program Files\Microsoft SDKs\Windows\v7.0A\Bootstrapper\Packages\DotNetFX40\zh-Hans

 

posted @ 2013-02-26 11:52  龙行星宇  阅读(434)  评论(0编辑  收藏  举报