It's not as simple as that, but basically I have just installed RadControls for ASP.NET AJAX Q2 2009 to fix an issue I was having while trying to view the design of a page with RadControls in it.
I was getting this error:
Failed to create designer for 'Telerik.Web.UI.RadTextBox, Telerik.Web.UI, Version=2009.1.512.35, Culture=neutral, PublicKeyToken=121fae78165ba3d4'
I read in another topic that I just need to add a reference to the Telerik.Web.Design but the issue was I didnt have the version it is asking for there, so I installed the newer version hoping that if I put both DLL's into my bin directory then everything would be fine. But it isn't.
I assume there is a step I am missing somewhere. Do I have to make some changes in the web.config?
Any help would be appreciated.
I can paste my web.config here if you need
I was getting this error:
Failed to create designer for 'Telerik.Web.UI.RadTextBox, Telerik.Web.UI, Version=2009.1.512.35, Culture=neutral, PublicKeyToken=121fae78165ba3d4'
I read in another topic that I just need to add a reference to the Telerik.Web.Design but the issue was I didnt have the version it is asking for there, so I installed the newer version hoping that if I put both DLL's into my bin directory then everything would be fine. But it isn't.
I assume there is a step I am missing somewhere. Do I have to make some changes in the web.config?
Any help would be appreciated.
I can paste my web.config here if you need