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

RadUpload Framework 4.0 64 bits On Seven

4 Answers 65 Views
Upload (Obsolete)
This is a migrated thread and some comments may be shown as answers.
Hadji
Top achievements
Rank 1
Hadji asked on 03 Jul 2012, 12:35 PM
Hi!
I installed the ASP.NET AJAX kit on my server.
I copied the bin40 in the bin of my project.
I set my web.config like this :
<httpHandlers>
        <remove verb="*" path="*.asmx"/>
        <add verb="*" path="*.asmx" validate="false" type="System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
        <add verb="*" path="*_AppService.axd" validate="false" type="System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
        <add verb="GET,HEAD" path="ScriptResource.axd" validate="false" type="System.Web.Handlers.ScriptResourceHandler, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
<add name="Telerik_RadUploadProgressHandler_ashx" verb="*" precondition="integratedMode" path="Telerik.RadUploadProgressHandler.ashx" type="Telerik.Web.UI.RadUploadProgressHandler" />
    </httpHandlers>
    <httpModules>
<add name="RadUploadModule" precondition="integratedMode" type="Telerik.Web.UI.RadUploadHttpModule" />
    </httpModules>
I still have the same problem, that is to say :

RadUpload Ajax Callback error. Source url was not found

/Telerik.RadUploadProgressHandler.aspx?RadUrid=b157....

What can i do?

4 Answers, 1 is accepted

Sort by
0
Hadji
Top achievements
Rank 1
answered on 04 Jul 2012, 08:48 AM
Non ça vous dit rien... ?
0
Plamen
Telerik team
answered on 04 Jul 2012, 10:51 AM
Hi Hadji,

 
You can refer to this help document that might help you get an idea on how to solve your problem. You can also review this forum thread where similar issue have already been discussed.

Hope this will be helpful.

All the best,
Plamen Zdravkov
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
0
Hadji
Top achievements
Rank 1
answered on 04 Jul 2012, 12:10 PM
Thanks, I read all this several times and I tested every single lines.
No way.
Did I do right copying the bin40 files in my ./bin/ application?
All the settings for web.config given are for Framework 2.0 what about Framework 4.0?
0
Plamen
Telerik team
answered on 05 Jul 2012, 01:03 PM
Hello Hadji,

 
You can also refer to this help topic where is explained how to handle exactly the same error as in your scenario.As for your other question- it is ok to copy the bin40 files in my ./bin/ application. 

Hope this will help.

Regards,
Plamen Zdravkov
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
Tags
Upload (Obsolete)
Asked by
Hadji
Top achievements
Rank 1
Answers by
Hadji
Top achievements
Rank 1
Plamen
Telerik team
Share this question
or