I have registered RadProgressArea and RadProgressManager in the web.config file.
as below:
<system.web>
<httpModules>
<add name="RadUploadModule" type="Telerik.Web.UI.RadUploadHttpModule,
Telerik.Web.UI, Version=2007.3.0.0, Culture=neutral, PublicKeyToken=e8ab424810b6b9b5 " />
</httpModules>
<httpHandlers>
<add verb="*" path="Telerik.RadUploadProgressHandler.ashx"
type="Telerik.Web.UI.RadUploadProgressHandler,
Telerik.Web.UI, Version =2007.3.0.0, Culture=neutral, PublicKeyToken =e8ab424810b6b9b5 " />
</httpHandlers>
</system.web>
I also added the RadUpload.Net2.dll and Telerik.QuickStart.dll which i downloaded from hotfix, to my project as a reference. When i run the application using MS visual studio 2005, i got the below error:
Could not load file or assembly 'Telerik.Web.UI' or one of its dependencies. The system cannot find the file specified.
Please help on this, Thanks
as below:
<system.web>
<httpModules>
<add name="RadUploadModule" type="Telerik.Web.UI.RadUploadHttpModule,
Telerik.Web.UI, Version=2007.3.0.0, Culture=neutral, PublicKeyToken=e8ab424810b6b9b5 " />
</httpModules>
<httpHandlers>
<add verb="*" path="Telerik.RadUploadProgressHandler.ashx"
type="Telerik.Web.UI.RadUploadProgressHandler,
Telerik.Web.UI, Version =2007.3.0.0, Culture=neutral, PublicKeyToken =e8ab424810b6b9b5 " />
</httpHandlers>
</system.web>
I also added the RadUpload.Net2.dll and Telerik.QuickStart.dll which i downloaded from hotfix, to my project as a reference. When i run the application using MS visual studio 2005, i got the below error:
Could not load file or assembly 'Telerik.Web.UI' or one of its dependencies. The system cannot find the file specified.
Please help on this, Thanks