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

updating problem

2 Answers 96 Views
Window
This is a migrated thread and some comments may be shown as answers.
Jouni
Top achievements
Rank 1
Jouni asked on 18 Nov 2009, 10:03 AM
Hello We try to update RadWindow  1.9.6.0 to Radwindow what are part Telerik.Web.UI.dll file(Ithink it is Q3 2008). I Replaced follwing
I Replaced follwing old assemply <%@ Register Assembly="RadWindow.Net2" Namespace="Telerik.WebControls" TagPrefix="rad" %> with new asembly.
<%@ Register Assembly="Telerik.Web.UI" Namespace="Telerik.Web.UI" TagPrefix="telerik" %>

I got  this error:

 The base class includes the field 'RadWindow1', but its type (Telerik.WebControls.RadWindow) is not compatible with the type of control (Telerik.Web.UI.RadWindow).

Can anyone help me !

2 Answers, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 18 Nov 2009, 01:00 PM
Hello Jouni,

The error can occur if there is ambiguity between the version of RadControls used in application. You could check if you have the correct version of the dll in the bin folder of your project. You need Telerik.Web.UI.dll in bin folder.

You can also checkout the following links which will help you in this.
Which file do I need to install?
Installing RadControls from ZIP file

Thanks,
Princy.
0
Fiko
Telerik team
answered on 20 Nov 2009, 10:36 AM
Hi Jouni,

In addition to the Princy's answer I recommend to remove the old references in the code-behind file as well.

I hope this helps.


Greetings,
Fiko
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Tags
Window
Asked by
Jouni
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Fiko
Telerik team
Share this question
or