On a fresh install after hitting the URL
http://dnn7.4.local/Install/InstallWi...
The following error occurs.
And Yes: I ran Unblock on the ZIP archive before extracting the contents.
Server Error in '/' Application.
Parser Error
Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately.
Parser Error Message: Unable to create type 'dnn:DnnComboBox'. Could not load file or assembly 'Telerik.Web.UI, Version=2013.2.717.40, Culture=neutral, PublicKeyToken=121fae78165ba3d4' or one of its dependencies. The system cannot find the file specified.
Source Error:
Line 126: <div class="dnnFormItem">
Line 127: <dnn:Label ID="lblTemplate" runat="server" ControlName="ddlTemplate" ResourceKey="WebsiteTemplate" />
Line 128: <dnn:DnnComboBox id="templateList" runat="server" CausesValidation="False" />
Line 129: </div>
Line 130: <div class="dnnFormItem">
Source File: /Install/InstallWizard.aspx Line: 128
Assembly Load Trace: The following information can be helpful to determine why the assembly 'Telerik.Web.UI, Version=2013.2.717.40, Culture=neutral, PublicKeyToken=121fae78165ba3d4' could not be loaded.
WRN: Assembly binding logging is turned OFF.
To enable assembly bind failure logging, set the registry value [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1.
Note: There is some performance penalty associated with assembly bind failure logging.
To turn this feature off, remove the registry value [HKLM\Software\Microsoft\Fusion!EnableLog].
Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.34212
Is this a known install issue? Is there a fix?
Regards,
Daniel Bigelow
P.S. I have applied the DNN7.4 upgrade and that worked without a problem.