Hi,
I followed each steps of the page "DNN 9: Compiling Platform using 9.0.1 Source Package":
When the installation wizard initiate the installation, after ~28%, I got the following error :
"error occured - Installing Library - Telerik_08.00.01_Install.zip"
I clicked on the see log button but the message has nothing to do with the real error
the error displayed was about a sql authentication table already existing but I searched for other log and I found the real error :
2017-03-05 17:55:04,531 [VRITHNERLH03][Thread:92][ERROR] DotNetNuke.ComponentModel.ProviderInstaller - System.Configuration.Configurati sException: Could not load provider DNNConnect.CKEditorProvider.CKHtmlEditorProvider, DNNConnect.CKEditorProvider
2017-03-05 17:56:30,076 [VRITHNERLH03][Thread:87][ERROR] DotNetNuke.Services.Installer.Log.Logger - Exception - Could not find file 'D:\DnnSources\Platform\Website\Install\Config\BindingRedirect.config'.
2017-03-05 17:56:30,081 [VRITHNERLH03][Thread:87][ERROR] DotNetNuke.Services.Installer.Log.Logger - Installation Failed - Assembly
2017-03-05 17:56:37,347 [VRITHNERLH03][Thread:92][ERROR] DotNetNuke.ComponentModel.ProviderInstaller - System.Configuration.Configurati sException: Could not load provider DNNConnect.CKEditorProvider.CKHtmlEditorProvider, DNNConnect.CKEditorProvider
I had to unzip the DNN_Platform_9.0.1.142_Install.zip to copy manually the config files from DNN_Platform_9.0.1.142_Install.zip\Install\Config folder to make it work
Hope you could improve the next version
Thanks
-Vince