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

  • Home
  • SEARCH
  • 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 875299
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 15, 20262026-05-15T11:14:46+00:00 2026-05-15T11:14:46+00:00

I want my MVC application to be step into MVC framework contrib project also

  • 0

I want my MVC application to be step into MVC framework contrib project also when debugging.I have installed visual studio 2010 professional edition.

  • 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-15T11:14:47+00:00Added an answer on May 15, 2026 at 11:14 am

    You mean http://mvccontrib.codeplex.com? They publish source, so probably the easiest way is to download their source and rebuild it yourself.

    Essentially you need the assemblies, PDB files that correspond exactly to the built assemblies, and source code on disk where the PDB files can find this. You can either

    1. rebuild the source yourself: this way you have new assemblies, new PDBs and source code on disk in the exact place referenced by the PDBs. Either add their projects to your solution build it in place. The downside with this is that they might have odd external dependencies that they might not include or a crazy build system so this might not be trivial. (A further downside is that you’ll then be testing and debugging with your own build not their official release. Depending on your deployment policies you may prefer to run production code against the official build not your own, and there’s a risk with switching back to the official build albeit minimal. Hopefully you have unit tests you can use to revalidate after debugging!)
    2. download their PDBs – this looks like it’s in their “Extras” download and unpack these alongside the corresponding assemblies on disk. Download their source and unpack theis too: if possible, into the same path that is hard-coded into the PDBs as the place where the source was built from (you’ll be prompted for this the first time you try to step into it) or add the path you’ve extracted the source into to the source directories list under tools/options.

    Either way you’ll probably have to untick the ‘step into my code only’ option in Tools\Debugging unless you go down the add-to-your-solution route if you want to actually step into their code, although if you just want to catch exceptions inside their code and debug from there this shouldn’t be necessary.

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

Sidebar

Related Questions

No related questions found

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.