ByTanium Image rotator

Posted by Community Admin on 03-Aug-2018 03:37

ByTanium Image rotator

All Replies

Posted by Community Admin on 15-Mar-2014 00:00

Hi,

 I am trying to install the image rotator by Bytanium..

 I have added the following to the web.config

 <configuration xmlns="schemas.microsoft.com/.../v2.0">
  <configSections>
 
  <section requirePermission="false" name="microsoft.identityModel" type="Microsoft.IdentityModel.Configuration.MicrosoftIdentityModelSection, Microsoft.IdentityModel, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"/>
    <!--<sectionGroup name="telerik">
      <section name="sitefinity" type="Telerik.Sitefinity.Configuration.SectionHandler, Telerik.Sitefinity" requirePermission="false" />
 
    </sectionGroup>-->
    <sectionGroup name="system.web.webPages.razor" type="System.Web.WebPages.Razor.Configuration.RazorWebSectionGroup, System.Web.WebPages.Razor, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35">
      <section name="host" type="System.Web.WebPages.Razor.Configuration.HostSection, System.Web.WebPages.Razor, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" requirePermission="false"/>
      <section name="pages" type="System.Web.WebPages.Razor.Configuration.RazorPagesSection, System.Web.WebPages.Razor, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" requirePermission="false"/>
    </sectionGroup>
  </configSections>
<runtime>  <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">    <dependentAssembly>      <assemblyIdentity name="Telerik.Sitefinity" publicKeyToken="b28c218413bdf563" />      <bindingRedirect oldVersion="5.4.4020.0" newVersion="5.4.4040.0"/>    </dependentAssembly>    <dependentAssembly>      <assemblyIdentity name="Telerik.Sitefinity.Model" publicKeyToken="b28c218413bdf563" />      <bindingRedirect oldVersion="5.4.4020.0" newVersion="5.4.4040.0" />    </dependentAssembly>  </assemblyBinding></runtime>

But am still receiving

 

Could not load file or assembly 'Telerik.Sitefinity, Version=5.4.4020.0,
Culture=neutral, PublicKeyToken=b28c218413bdf563' or one of its dependencies.
The located assembly's manifest definition does not match the assembly
reference. (Exception from HRESULT: 0x80131040)

 

Any ideas ?

Posted by Community Admin on 18-Mar-2014 00:00

Hello John,

This is strange. A binding redirect should eliminate the error you are having. What you can do as an alternative is to place all the 4040 dll files needed in a separate folder and add a reference to it from your rotator project. This should resolve the conflict assemblies.

Regards,
Ivan D. Dimitrov
Telerik

 
Do you want to have your say in the Sitefinity development roadmap? Do you want to know when a feature you requested is added or when a bug fixed? Explore the Telerik Sitefinity CMS Ideas&Feedback Portal and vote to affect the priority of the items
 

This thread is closed