G
gauntt@upenn.edu
Guest
If you double-click on that message in the error window, do you get a prompt to add binding redirects to your web.config file? This will USUALLY fix those version mismatch errors. Check that there aren't any redirect from the previous version that should be rebinding to the new version you just installed. If you still get the error, you can manually add the redirects. They are the lines in your webconfig that look like this in the runtime section: Sometimes you have to track down where the mismatch is. You can go to Options -> Projects and Solutions -> Build and Run and set Build Output Verbosity to Detailed or Diagnostic. When you rebuild the output window will fill with thousands of lines of info. Select all and copy into a text editor and search through to see if you can find an old reference that should be updated or anything. Yeah, this is an annoying thing that comes up a lot on upgrades.
Continue reading...
Continue reading...