[Progress Communities] [Progress OpenEdge ABL] Forum Post: RE: Getting build errors after upgrading my sitefinity site to 12.x

  • Thread starter Thread starter gauntt@upenn.edu
  • Start date Start date
Status
Not open for further replies.
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...
 
Status
Not open for further replies.
Back
Top