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

RadUpload deploying on Win CE 6.0

5 Answers 89 Views
Upload
This is a migrated thread and some comments may be shown as answers.
Stefan
Top achievements
Rank 2
Stefan asked on 18 Mar 2011, 08:28 AM
Hi,
i'm trying to deploy an silverlight application to my win ce 6.0 device containing a radupload control.
I can access the site via an web browser on the network - so all things are fine.

My Question now: Does anybody know where i have to put the .ashx handler for deploying it in right way?
The upload on my Development PC (with asp.net server) works well, but after deploying the control can't find the handler.

Best regards

5 Answers, 1 is accepted

Sort by
0
Alex Fidanov
Telerik team
answered on 21 Mar 2011, 09:08 AM
Hi Stefan,

The ashx file (upload handler) must be in the ASP.NET project that hosts your Silverlight project. You can read more about the handler and its location from this online help article.

Regards,
Alex Fidanov
the Telerik team
0
Stefan
Top achievements
Rank 2
answered on 22 Mar 2011, 08:18 AM
Hi,
i have followed the instructions of the tutorial and the upload works well on my development PC. The problem is, as i mentioned above, that my target device (windows embedded 6) can only work with the .xap file of the silverlight project => after building the project in vs 2010 I copy the .xap file from the debug folder to my device - if i open the website via IP address of the device the upload is not working - "Can't find handler".

Regards
0
Alex Fidanov
Telerik team
answered on 25 Mar 2011, 10:22 AM
Hello Stefan,

The RadUploadHandler must be inside the ASP.NET project that hosts the silverlight project to be detected. As you are deploying only the xap file, I believe this is the reason why the handler cannot be found.

Regards,
Alex Fidanov
the Telerik team
0
Stefan
Top achievements
Rank 2
answered on 25 Mar 2011, 10:27 AM
Hello,
the .xap file does not contain the handler, you're right.
The problem is that the win ce 6.0 iis can only handle .xap files.
so i can't use the radupload?
0
Alex Fidanov
Telerik team
answered on 25 Mar 2011, 10:34 AM
Hello Stefan,

Yes, this is a limitation of the RadUpload control and the way it discovers/connects to its handler.

Regards,
Alex Fidanov
the Telerik team
Tags
Upload
Asked by
Stefan
Top achievements
Rank 2
Answers by
Alex Fidanov
Telerik team
Stefan
Top achievements
Rank 2
Share this question
or