Hey Brenden ,
Kentico code upgrade tool worked for me now. I guess there was some .net framework related issues.
Thanks.
After this I run Upgrade_8_2_9_0.exe And Now I facing lots of issues.
It will be really helpful if you could guide how to resolve this.
Exception Details: System.Exception: There was an error processing the page. The error can be caused by the configuration of some component on the master page. Check the master page configuration or see event log for more details. Original message:
SELECT [DocumentUrlPath], [NodeAliasPath], [SiteName], [DocumentMenuItemInactive], [DocumentName], [DocumentCulture], [NodeID], [NodeLinkedNodeID], [NodeSiteID], [ClassName], [NodeLevel], [NodeOrder], [NodeParentID], [DocumentCheckedOutVersionHistoryID]
FROM View_CMS_Tree_Joined AS V WITH (NOLOCK, NOEXPAND) INNER JOIN CONTENT_MenuItem AS C WITH (NOLOCK) ON V.DocumentForeignKeyValue = C.MenuItemID AND V.ClassName = N'CMS.MenuItem' LEFT OUTER JOIN COM_SKU AS S WITH (NOLOCK) ON V.NodeSKUID = S.SKUID
WHERE [NodeSiteID] = @NodeSiteID AND (MenuItemGroup = 'footer') AND [DocumentCulture] = @DocumentCulture
ORDER BY NodeLevel, NodeOrder
Caused exception:
Invalid column name 'SiteName'.