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

RadUploadHandler for .NET 3.5

2 Answers 85 Views
Upload
This is a migrated thread and some comments may be shown as answers.
Jens
Top achievements
Rank 1
Jens asked on 19 Jan 2015, 03:58 PM
Hey,

i'm trying to get the RadUploadHandler up & running on a SharePoint 2010 Server.
Problem is, that the Telerik.Windows.RadUploadHandler Assembly seems to be compiled against .NET 4.0, the SP2010 Server is running on .NET 3.5 though. Is there any legacy Assembly that can be used in older environments that is still compatible with the RadUpload Client Control in Silverlight 5?

Thanks,
Jens

VS Warning:
The primary reference "Telerik.Windows.RadUploadHandler, Version=2014.2.617.40, Culture=neutral, PublicKeyToken=5803cfa389c90ce7, processorArchitecture=MSIL" could not be resolved because it was built against the ".NETFramework,Version=v4.0" framework. This is a higher version than the currently targeted framework ".NETFramework,Version=v3.5".

2 Answers, 1 is accepted

Sort by
0
Accepted
Kiril Vandov
Telerik team
answered on 20 Jan 2015, 08:40 AM
Hello Jens,

The RadUploadHandler is a plain .NET ClassLibrary and it can be build for .NET 3.5 without any modification (just the project build action). However we does not ship our binaries build for .NET 3.5 from a long time and in order to get the Handler for .NET 3.5 you will need to build it locally using our source code.
You can download the source code from you account. Open the download page, find the UI for Silverlight and press the "Browse all product files" the source code is located in the bottom of the page.
After that take a look at the build instructions located inside the SourceFolded->Build->BuildInstructions, following these instruction you shouldn't have any problems rebuilding our source. Note that the RadUploadHandler project is located in Telerik_UI_for_Silverlight_Source\Controls\Input\RadUploadHandler.

I hope this information helps.

Regards,
Kiril Vandov
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
0
Jens
Top achievements
Rank 1
answered on 20 Jan 2015, 10:41 AM
Works like a charm,
thanks a lot!

Jens
Tags
Upload
Asked by
Jens
Top achievements
Rank 1
Answers by
Kiril Vandov
Telerik team
Jens
Top achievements
Rank 1
Share this question
or