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 8887317
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T21:46:40+00:00 2026-06-14T21:46:40+00:00

I wish to integrate YAF.NET (http://yafnet.codeplex.com/) into an existing web site written years ago

  • 0

I wish to integrate YAF.NET (http://yafnet.codeplex.com/) into an existing web site written years ago in MVC 2.0. I wish to have it as a standalone forum, not integrated into my existing pages.

I create a directory and copied all the necessaries files, bin, .config and so on but I get this error:

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

I don’t understand why he is trying to load mvc dll .. anyone could help me with this stuff?

  • 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-06-14T21:46:42+00:00Added an answer on June 14, 2026 at 9:46 pm

    Web.config files inherit from their parents, so if your root website is setup for MVC your application web.configs will inherit those settings.

    In this case the root web.config likely added a couple of assembly references which you will need to strip out. The easy way is to add a <clear /> rule to the assembly section (in system.web):

    <compilation>
      <assemblies>
        <clear />
        <!-- add new assembly references here -->
      </assemblies>
    </compilation>
    

    The alternative is to use remove rules which alllow you to remove specific references.

     <compilation>
      <assemblies>
        <remove assembly="System.Web.Mvc, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />
      </assemblies>
     </compilation>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Currently building a site in ASP.NET MVC and have to integrate another site within
I have a private .NET (C#) project using Git Repository in Unfuddle.com. I wish
I wish to edit ini files over web server, decided to use django, been
I have a small WPF application. I wish to integrate it within our exisiting
How do I integrate a calendar widget in my system? I wish to add
I do start a new application, using QT I wish to integrate google map
I have developed a web app in ASP.NET MVC which we are using internally.
I am trying to integrate NHibernate.Search into a multi-lingual website. Now, this website contains
I am making an app and I wish to integrate it with facebook. While
I have 2 desktop applications that I wish to integrate with external applications. One

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.