Bytanium Image Rotator Widget
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
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
>
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
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
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
Try www.sitefinitysteve.com/.../avoid-version-errors-with-assembly-binding
oldVersion="0.0.0.0-65535.65535.65535.65535"
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
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.
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
How do you uninstall this widget?
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