ByTanium Image rotator
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 ?
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