开发者

Asp.net mvc3 runtime errors

开发者 https://www.devze.com 2023-03-27 12:10 出处:网络
I have updated to asp.net mvc3 from Microsoft site, but running it in vs2010 have errors: Could not load file or assembly \'Microsoft.Web.Infrastructure,

I have updated to asp.net mvc3 from Microsoft site, but running it in vs2010 have errors:

Could not load file or assembly 'Microsoft.Web.Infrastructure, Version=1.0.0.0, Culture=neutral, PublicKeyT开发者_运维问答oken=31bf3856ad364e35' or one of its dependencies. The module was expected to contain an assembly manifest.

Then I added Microsoft.Web.Infrastructure in solution referece, still have problem. Using gacutil /i Microsoft.Web.Infrastructure cannot work. So how to solve this problem?


May you try to update your environment using Microsoft Web Platform Installer. To run asp.net mvc3, you need also to install SP1 of VS10, but you can install all you need from the Web Platform Installer.

http://www.microsoft.com/web/downloads/platform.aspx

0

精彩评论

暂无评论...
验证码 换一张
取 消