Error after upgrading from BETA2 to RC
Hi, I have encountered an error after upgrading my site into the RC version. Whenever I view my pages by Hierarchy, it prompts a pop-up message that says:
Sequence contains more than one matching element
Also, I tried opening one page and an error occurs:
An unhandled exception was generated during the execution of the current
web request. Information regarding the origin and location of the
exception can be identified using the exception stack trace below.
|
About the second error, it's kinda weird because I kept searching the entire solution (Sitefinity project directory) for any code that references Telerik.Sitefinity dll version 4.0.685.0 but there is none.
Anybody?
Hello jkregala,
The error says that Telerik.Sitefinity, Version=4.0.685.0 cannot be found and your project. Please verify that you have this dll in your bin and add a references to the project from your bin.
Regards,
Ivan Dimitrov
the Telerik team
Hi, this time I upgraded from RC to RC2. Same type of error occurs. The DLL for Telerik.Sitefinity has been upgraded to 4.0.1030.0 from the previous 4.0.992.0. I have pages that reference to the latter, so the error occurs. These pages have existed before the upgrade, they have been created when the version of Sitefinity 4.0 was still the original RC. Am I supposed to add references to the old DLL's? Isn't upgrading supposed to update all references to the latest version?
--Edit: I have added custom layout controls, turns out they cause the error. Had to reconfigure them, problem solved.
Hello jkregala,
Sitefintiy pages are dynamically created and there is no physical relation page - Telerik.Web.UI version. This could happen if you have a custom controls that you have built against 4.0.992.0 and these custom controls was not compiled with reference to 4.0.1030.0 after you upgraded the project.
Greetings,
Ivan Dimitrov
the Telerik team
Thanks for clarifying :)