Hi,
I used successfully Telerik in a project.
And i created another one, very simple web application project with just one page : Default.aspx
And even if telerik was in the visual studio toolbox, that i copied the Telerik.Web.ui.dll and Telerik.Web.design.dll and the telerik xml file also, in the bin folder, i have an error in the designer mode, on my telerik Component.
For example, for the radscriptmanager, i have
(i try to traduce it in english)
Error creating control RadScriptManager1
an unhandled exception occured,
Impossible to load the file or assembly : "Telerik.web.UI, version=2009.2.701.35, culture=neutral, publickeytoken="121fae78165ba3d4" or one of his dependances. the specified file is not found.
I have the reference to my Telerik.web.ui in the bin folder, and also a reference to the telerik.web.design.
I told myself maybe it's something missing in the webconfig, so i copied the webconfig from my first web application , wich work perfectly, but the problem is the same.
Note :
The Telerik intellisense work in "source" mode
i have the <%@ Register Tagprefix=telerik ...... namespace... etc... Assembly... %> Tag in my page.
I have also an error for Telerik.Radgrid
But everything is working fine for RadTextbox (exept i dont have the user menu on design mode)
but there isnt any error, and it appears ok when i launch the web site. (even the skin).
I used successfully Telerik in a project.
And i created another one, very simple web application project with just one page : Default.aspx
And even if telerik was in the visual studio toolbox, that i copied the Telerik.Web.ui.dll and Telerik.Web.design.dll and the telerik xml file also, in the bin folder, i have an error in the designer mode, on my telerik Component.
For example, for the radscriptmanager, i have
(i try to traduce it in english)
Error creating control RadScriptManager1
an unhandled exception occured,
Impossible to load the file or assembly : "Telerik.web.UI, version=2009.2.701.35, culture=neutral, publickeytoken="121fae78165ba3d4" or one of his dependances. the specified file is not found.
I have the reference to my Telerik.web.ui in the bin folder, and also a reference to the telerik.web.design.
I told myself maybe it's something missing in the webconfig, so i copied the webconfig from my first web application , wich work perfectly, but the problem is the same.
Note :
The Telerik intellisense work in "source" mode
i have the <%@ Register Tagprefix=telerik ...... namespace... etc... Assembly... %> Tag in my page.
I have also an error for Telerik.Radgrid
But everything is working fine for RadTextbox (exept i dont have the user menu on design mode)
but there isnt any error, and it appears ok when i launch the web site. (even the skin).