mvc3的安装

安装mvc3时出现:SetupResources.dll missing from 2052 directory 错误,其解决方法如下:

在国外网站找到MVC安装失败的解决方法:


1. Unzip AspNetMVC3Setup.exe to some folder

2. Edit parameterinfo.xml file, find the following line

CanonicalTargetName="VS10-KB2483190-x86"

and comment out the whole Exe tag.

3. run setup.exe


你可能感兴趣的:(mvc3的安装)