Bytanium Image Rotator Widget

Posted by Community Admin on 03-Aug-2018 20:05

Bytanium Image Rotator Widget

All Replies

Posted by Community Admin on 03-Nov-2012 00:00

I can't upgrade my website to 5.2 until the Image Rotator Widget by Bytanium has been updated.

Does anyone know or have an ETA for this?

Thanks,
Gregory

Posted by Community Admin on 05-Nov-2012 00:00

Hi. Just use AssemblyBinding.

Add this to the configuration section your web.config:

<runtime>
  <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
    <dependentAssembly>
      <assemblyIdentity name="Telerik.Sitefinity" publicKeyToken="b28c218413bdf563" />
      <bindingRedirect oldVersion="5.1.3270.0" newVersion="5.2.3700.0" />
    </dependentAssembly>
    <dependentAssembly>
      <assemblyIdentity name="Telerik.Sitefinity.Model" publicKeyToken="b28c218413bdf563" />
      <bindingRedirect oldVersion="5.1.3270.0" newVersion="5.2.3700.0" />
    </dependentAssembly>
  </assemblyBinding>
</runtime>

Posted by Community Admin on 21-Feb-2013 00:00

Will this work with the 5.3.3900.0 update to 5.4.4010?

Do I need to customize the public key token? Or is this the same for all versions?

Thanks,
Tien

Posted by Community Admin on 26-Feb-2013 00:00

Hi,

With assembly binding each version of the assembly can be used to point from one sitefinity version to another version.

Greetings,
Stanislav Velikov
the Telerik team

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 Public Issue Tracking system and vote to affect the priority of the items

Posted by Community Admin on 17-May-2013 00:00

Hi

I'm trying to get the image rotator working in 5.2.3800.0.

I put this in my config file:
    <dependentAssembly>
      <assemblyIdentity name="Telerik.Sitefinity" publicKeyToken="b28c218413bdf563" />
      <bindingRedirect oldVersion="5.1.3270.0" newVersion="5.2.3800.0" />
    </dependentAssembly>
    <dependentAssembly>
      <assemblyIdentity name="Telerik.Sitefinity.Model" publicKeyToken="b28c218413bdf563" />
      <bindingRedirect oldVersion="5.1.3270.0" newVersion="5.2.3800.0" />
    </dependentAssembly>

But it still doesn't work.

Can any one provide any assistance?

thanks
Dan

Posted by Community Admin on 17-May-2013 00:00

Try www.sitefinitysteve.com/.../avoid-version-errors-with-assembly-binding

 oldVersion="0.0.0.0-65535.65535.65535.65535"



Posted by Community Admin on 22-May-2013 00:00

Hello Dan,

The binding you do is correct if you bind from 5.1 to 5.2 and if no error are thrown after the binding I expect the rotator to start working. What Steve suggest is better way of handling bindings.

Regards,
Stanislav Velikov
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 Public Issue Tracking system and vote to affect the priority of the items

Posted by Community Admin on 27-Nov-2013 00:00

Hi there
Although i don't have an ETA for this,i want to get an image rotator too.Because my previous image rotator can not work any more after my updating.Is there any cheap one?
Thanks for any suggestion.

Posted by Community Admin on 27-Nov-2013 00:00

I recommend this: dimsemenov.com/.../

It's so easy to use too...just edit your SF templates to match the markup required by the slider, and boom...any content becomes a slider

Posted by Community Admin on 09-Apr-2015 00:00

How do you uninstall this widget?

Posted by Community Admin on 13-Apr-2015 00:00

Hi,

Remove the assembly references of the widget from the site project and delete the widget registration from Sitefinity page toolbox.
To delete the widget from toolbox go to Administration->Settings->Advanced->Toolboxes->Page Controls->Sections
 choose the section in which the widget have been registered
->Tools
locate the widget and delete it using the trash icon, here is a screenshot.

Alternatively go to App_Data/Sitefinity/Configuration/ToolboxesConfig.config locate the registration entry for the widget and remove it.
Regards,
Stanislav Velikov
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