Upgrading v8.2 to 9.0

Teresa Boettcher asked on June 6, 2018 17:29

We have successfully upgraded one of our sites from 8.2 to 9.0, with exception to some errors we are trying to resolve. The Errors that I am trying to resolve all have to do with repeaters. The errors indicate that we need to look at the event log for more details. When I look I see event load errors, indicating [DataConnection.HandleError]. Can anyone give me more direction where I can find the query that is in error?

Correct Answer

Rui Wang answered on June 6, 2018 17:55

A simple google "kentico DataConnection.HandleError" will take you to the right answer https://stackoverflow.com/questions/37347505/dataconnection-handleerror-while-upgrading-kentico-8-2-to-9

0 votesVote for this answer Unmark Correct answer

Recent Answers


Teresa Boettcher answered on June 12, 2018 14:41

Good morning Rui, I am looking at the Event Log and came across a couple of errors I don't know how to resolve. Could you help me with this one, see below? Don't know why it would be relating to version 8.0.

Could not load file or assembly 'CMS.SiteProvider, Version=8.0.0.0

0 votesVote for this answer Mark as a Correct answer

Teresa Boettcher answered on June 12, 2018 14:44

It also has this: The located assembly's manifest definition does not match the assembly reference

0 votesVote for this answer Mark as a Correct answer

Rui Wang answered on June 12, 2018 15:27

It looks like you have some old references that are not been upgraded correctly. Typically, you can try to do a build using Visual Studio and fix all the errors like update reference, update DLL, etc.

0 votesVote for this answer Mark as a Correct answer

   Please, sign in to be able to submit a new answer.