This is a migrated thread and some comments may be shown as answers.

Image Rotating not working in Rad Rotator

1 Answer 48 Views
Rotator
This is a migrated thread and some comments may be shown as answers.
Vishnu Vardhan Reddy
Top achievements
Rank 2
Vishnu Vardhan Reddy asked on 25 Jun 2012, 11:56 AM
Hello,
I am working with Rad Rotator Image gallery. And i set RotatorType="ButtonsOver". This was working fine earlier.  This is not working now. I am unable to find the problem. But when i checked source file i found a message that

"Could Not find assembly  "Telerik.Web.UI" version=2011.2.915.40, Culture:Neutral, Token:121fae78165ba3d4 or one of its dependencies "

I removed Telerik dll and added again. Even though same problem.

My Code looks like bellow

div id="thumnails">
                                <div id="navleft">
                                    <img src="Images/imageNavLeft.png" alt="Left" id="img_left" />
                                </div>
                                <div id="thumbnails">
                                    <telerik:RadRotator ID="ImageRotator" runat="server" RotatorType="ButtonsOver" Width="480"
                                        Height="80px" ItemHeight="90" ItemWidth="80" FrameDuration="2" OnItemClick="ShowImage"
                                        ScrollDirection="Left,Right" Style="float: left; padding-top: 10px">
                                        <ItemTemplate>
                                            <div class="itemTemplate">
                                                <input type="checkbox" id="chk" runat="server" visible="false" />
                                                <asp:Image ID="visibleimage" runat="server" ImageUrl='<%#Eval("Image")%>' Visible="false" />
                                                <asp:Image ID="PropertyImage" runat="server" ImageUrl='<%#Eval("Image")%>' Height="70px"
                                                    Width="70px" class="RotatorImage" />
                                            </div>
                                        </ItemTemplate>
                                        <ControlButtons LeftButtonID="img_left" RightButtonID="img_right" />
                                    </telerik:RadRotator>
                                </div>
                                <div id="navright">
                                    <img src="Images/imageNavRight.png" alt="Right" id="img_right" />
                                </div>

can anyone please help me to sort out this.

Thanking you,

N.Vishnu Vardhan Reddy | .Net Developer

Intelex Systems Private Limited |  6TH FLOOR | AKASH GANGA CHAMBERS | SRI NAGAR COLONY | BANJARA HILLS | HYDERABAD 500038

Tel +91 (0) 6464 4061 | Fax: +44 121 250 3531

vishnuvardhanreddy.naatla@intelexsystems.com | www.Intelexsystems.com





1 Answer, 1 is accepted

Sort by
0
Kevin
Top achievements
Rank 2
answered on 25 Jun 2012, 01:27 PM
Hello Vishnu,

Do you set the Telerik version number in your web.config? If so, is the Telerik dll version you are adding to your project match the one mentioned in your web.config?
Tags
Rotator
Asked by
Vishnu Vardhan Reddy
Top achievements
Rank 2
Answers by
Kevin
Top achievements
Rank 2
Share this question
or