Skip to content

Commit

Permalink
Fixes an upgrade issue that affects 9.4.1 => 9.4.2 upgrades (#3282)
Browse files Browse the repository at this point in the history
* Fixes an issue with a duplication of assembly binding

* Removed hardcode version in manifest
  • Loading branch information
valadas authored and david-poindexter committed Nov 12, 2019
1 parent 8151da2 commit 213bb26
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions DNN Platform/Components/Telerik/DotNetNuke.Telerik.Web.dnn
Original file line number Diff line number Diff line change
Expand Up @@ -65,15 +65,12 @@
<node path="/configuration/system.webServer/handlers" action="update" key="name" collision="overwrite">
<add name="Telerik.Web.UI.ChartHttpHandler" verb="*" path="ChartImage.axd" type="Telerik.Web.UI.ChartHttpHandler, Telerik.Web.UI, Culture=neutral, PublicKeyToken=121fae78165ba3d4"/>
</node>
<node path="/configuration/runtime/ab:assemblyBinding/ab:dependentAssembly[ab:assemblyIdentity/@name='Telerik.Web.UI']" action="update" targetpath="/configuration/runtime/ab:assemblyBinding/ab:dependentAssembly[ab:assemblyIdentity/@name='Telerik.Web.UI']/ab:bindingRedirect" collision="save" nameSpace="urn:schemas-microsoft-com:asm.v1" nameSpacePrefix="ab">
<bindingRedirect oldVersion="2008.0.0.0-2020.0.0.0" newVersion="2013.2.717.40" />
</node>
</nodes>
</configuration>
</install>
<uninstall>
<configuration>
<nodes />
<nodes/>
</configuration>
</uninstall>
</config>
Expand Down

0 comments on commit 213bb26

Please sign in to comment.