After getting a Telerik Web UI issue sorted out manually, I got a 5.6.2 site to upgrade to 5.6.3 reportedly successfully.
But now I get...
Compilation Error
Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately.
Compiler Error Message: BC30007: Reference required to assembly 'App_Code.ypvijddv, Version=5.6.3.17, Culture=neutral, PublicKeyToken=null' containing the base class 'DotNetNuke.Common.Global'. Add one to your project.
Source Error:
[No relevant source lines]
|
Source File: C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Temporary ASP.NET Files\root\4bb66c1b\b7583527\App_Web_default.aspx.cdcab7d2.n_qddqnd.0.vb
Line: 184
Detailed Compiler Output:
Microsoft (R) Visual Basic Compiler version 10.0.30319.1 Copyright (c) Microsoft Corporation. All rights reserved.
C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Temporary ASP.NET Files\root\4bb66c1b\b7583527\App_Web_default.aspx.cdcab7d2.n_qddqnd.0.vb(184) : error BC30007: Reference required to assembly 'App_Code.ypvijddv, Version=5.6.3.17, Culture=neutral, PublicKeyToken=null' containing the base class 'DotNetNuke.Common.Global'. Add one to your project.
Protected ReadOnly Property ApplicationInstance() As ASP.global_asax ~~~~~~~~~~~~~~~
C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Temporary ASP.NET Files\root\4bb66c1b\b7583527\App_Web_default.aspx.cdcab7d2.n_qddqnd.0.vb(186) : error BC30007: Reference required to assembly 'App_Code.ypvijddv, Version=5.6.3.17, Culture=neutral, PublicKeyToken=null' containing the base class 'DotNetNuke.Common.Global'. Add one to your project.
Return CType(Me.Context.ApplicationInstance,ASP.global_asax) ~~~~~~~~~~~~~~~
D:\[path]\Default.aspx(28) : warning BC40004: WithEvents variable 'Form' conflicts with property 'Form' in the base class 'Page' and should be declared 'Shadows'. Protected WithEvents Form As Global.DotNetNuke.Common.Controls.Form