Sos asp.net mvc 2 app

Discussion in 'ASP.NET 4.0 RC Beta [Closed]' started by gissah, Jan 17, 2010.

Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.
  1. I just loaded my app using iis7 manager but I am getting this error
    Server Error in '/GSOI' Application.
    --------------------------------------------------------------------------------
    Configuration Error
    Line 39: <add assembly="System.Web.Mvc, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>

    any help
     
  2. Bruce

    Bruce DiscountASP.NET Staff

    Can you post complete error?
     
  3. I'm getting the same error as well, any updates regarding how to solve this error?
     
  4. Got this up and running....

    Copy the following dlls to your project's bin folder:
    1. System.Web.Mvc.dll (C:\Program Files\Microsoft ASP.NET\ASP.NET MVC 2\Assemblies)
    2. System.Web.Abstractions.dll (C:\Windows\Microsoft.NET\Framework\v4.0.21006)
    3. System.Web.Routing.dll (C:\Windows\Microsoft.NET\Framework\v4.0.21006)
     
  5. mjp

    mjp

    Thanks for posting the follow-up!
     
Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.

Share This Page