...
The following assemblies are additional assemblies that are needed for classic e-Business Telerik Upgrade and need to be downloaded from telerik Telerik Site and added in the bin directory.
- Kendo.Mvc.dll
- Kendo.Mvc
- Telerik.Documents.Core.dll
- Telerik.Documents.Fixed.dll
- Telerik.Documents.SpreadsheetStreaming.dll
- Telerik.Documents.SpreadsheetStreaming
- Telerik.Web.Design.dll
- Telerik.Web.Device.Detection.dll
- Telerik.Web.Device.Detection
- Telerik.Web.PDF.dll
- Telerik.Web.Spreadsheet.dll
- Telerik.Web.Spreadsheet
- Telerik.Web.UI.dll
- Telerik.Web.UI.Skins.dll
- Telerik.Web.UI
- Telerik.Windows.Documents.Core.dll
- Telerik.Windows.Documents.Core
- Telerik.Windows.Documents.Fixed.dll
- Telerik.Windows.Documents.Fixed
- Telerik.Windows.Documents.Flow.dll
- Telerik.Windows.Documents.Flow.FormatProviders.Pdf.dll
- Telerik.Windows.Documents.Flow.FormatProviders.Pdf
- Telerik.Windows.Documents.Flow
- Telerik.Windows.Documents.Spreadsheet.dll
- Telerik.Windows.Documents.Spreadsheet.FormatProviders.OpenXml.dll
- Telerik.Windows.Documents.Spreadsheet.FormatProviders.OpenXml
- Telerik.Windows.Documents.Spreadsheet.FormatProviders.Pdf.dll
- Telerik.Windows.Documents.Spreadsheet.FormatProviders.Pdf
- Telerik.Windows.Documents.Spreadsheet
- Telerik.Windows.Zip.dll
- Telerik.Windows.Zip.Extensions.dll
- Telerik.Windows.Zip.Extensions
- Telerik.Windows.Zip
- Telerik.Zip.dll
Updating web.config
New required entries in the application config file must be manually added to web.config for existing sites. There are two common types of entries to account for with every version upgrade: new appSettings entries and new binding redirects. These entries are documented in the general release notes for the core upgrade, as they typically apply to all products that are being upgraded. If you are upgrading your site from more than one version of Aptify, you will need to consult the documentation for those releases to understand all entries that potentially need to be added.
...
Another common error is around required binding redirects, so make sure to Read our release notes on the topic here.
Pop-Ups not displaying correctly.:
Another common error observed is popup dialogs getting distorted and UI disturbed due to the same. Perform the following changes for the same.
- Locate your css style sheet (eBusinessStyles.css ) in e-Business installed path. For Non-CMS site , it will be available in Include Folder\eBusinessStyles.css
Add below CSS changes at the end of file:
.rwWindowContent > div {
width: inherit !important;
height: inherit !important;
}
.RadWindow .rwIcon{
margin-top: 8px !important;
top: 0 !important;
}
.RadWindow .rwTable {
height: 100% !important;
}
.popup-win-adminedit-Contactinfo{
height:auto !important;
}