Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 836595
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 15, 20262026-05-15T05:00:33+00:00 2026-05-15T05:00:33+00:00

I developed an ASP.Net MVC v1 web application and it ran fine on our

  • 0

I developed an ASP.Net MVC v1 web application and it ran fine on our server. The client wanted to move to another server, and the site does not run on the new host’s server.

The new server specs:

  • Windows 2008
  • ASP.Net Framework v4
  • ASP.Net MVC 2 (afaik its included with .Net v4)
  • IIS 7.5 (afaik)

Error Message:

Could not load file or assembly ‘System.Web.Mvc, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35’ or one of its dependencies. The system cannot find the file specified.

My understanding is that it should be backwards compatible. Is the app really trying to run in ASP.Net MVC v1 when v2 is available?

I have already tried deploying the MVC .dlls to the Bin folder, but it did not work.

I also tried changing all the system.Web.Mvc Version values (in the web.config for the web app) from 1.0.0.0 to 2.0.0.0, which also did not work.

Any assistance will be greatly appreciated.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-15T05:00:34+00:00Added an answer on May 15, 2026 at 5:00 am

    I agree with tvanfosson, I would install MVC 1.0 on your server. If for some reason this is not possible then add the following to your web.config file:

    <runtime>
      <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
        <dependentAssembly>
          <assemblyIdentity name="System.Web.Mvc"
                            publicKeyToken="31bf3856ad364e35"/>
          <bindingRedirect oldVersion="1.0.0.0"
                           newVersion="2.0.0.0"/>
        </dependentAssembly>
      </assemblyBinding>
    </runtime>
    

    This will ensure that anything trying to reference MVC 1.0 assemblies will be redirected to MVC 2.0 instead.

    Personally, I wouldn’t expect everything just to work and would be doing this in a development environment first as part of a full upgrade to MVC 2.0.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have developed a MVC web application with ASP.NET MVC and im just wondering
We have an ASP.NET MVC application for which we have developed our own custom
I'm beginning to design the infrastructure of web application developed with ASP.NET MVC preview
I developed an ASP.NET MVC 3 web application and it's working correctly locally, but
I'm using ASP.NET MVC to develop a web application, deploying to IIS 7. I've
I have developed an ASP.NET MVC (version 2 RC) application with a ton of
We have a wonderful ASP.NET MVC 2 web application using MS SQL 2008 and
Until last week, I developed with SQL Server 2008 non-R2 and my ASP.NET MVC
I have an ASP.NET MVC 3 .NET application under Visual web developer Express 2010.
Scenario : I have an ASP.NET MVC application developed in Visual Studio 2008. There

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.