change code from 6 to 8

Mehrdad ilchizadeh asked on April 6, 2016 16:20

this line code in kentico 7 i want change this code to kentico 8

usUsers.OnAdditionalDataBound += new CMSAdminControls_UI_UniSelector_UniSelector.AdditionalDataBoundEventHandler(usUsers_OnAdditionalDataBound);

http://store.caotti.com/cart/KenticoCMS/CMSModules/Membership/Pages/Roles/Role_Edit_Users.aspx.cs

help me thank you

Recent Answers


Brenden Kehren answered on April 6, 2016 16:33

You might look at the API Changes for 7 -> 8. You can also do an install of version 8 as that control is an out of the box control and should have been upgraded for you, that is unless you made changes to it.

1 votesVote for this answer Mark as a Correct answer

Mehrdad ilchizadeh answered on April 6, 2016 19:24

thank you i know but i need help more...

0 votesVote for this answer Mark as a Correct answer

Brenden Kehren answered on April 6, 2016 23:27

That is an out of the box control so as I stated it should have been upgraded for you. Did you perform any cutomizations to it? If so, there should be a Role_Edit_Users.aspx.cs.new file in the same directory. There you should be able to compare which lines are different.

Did your upgrade complete successfully or did you have errors? My concern is if you're modifying the out of the box controls, your upgrade probably failed and you're going to have a lot more problems than this one if you have to modify 7000-10000 files.

As I stated, you might start with a fresh install of v8 just to compare and nothing more. You can easily do this on your local machine with the Kentico Installation Manager.

2 votesVote for this answer Mark as a Correct answer

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