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, PublicKeyToken=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?