2
votes
2answers
986 views

SharePoint 2010 / IIS 7.5 Byte-Range Request Responds With Entire File

I'm having problems getting SharePoint 2010/IIS 7.5 to respect byte-range requests. I'm developing a SharePoint 2010 Web Part using Silverlight, and am trying to retrieve part of a document stored ...
2
votes
1answer
479 views

How to set SharePoint “Author” in silverlight client object model?

I am developing a Silverlight web part for SharePoint 2010. I want to set the "Author" of ListItem in my code. So I am using the following code internal void Save() { ...
1
vote
2answers
2k views

How can I add a ClientAccessPolicy.xml file to the SharePoint 2010 root folder?

In a Visual Studio 2010 SharePoint (2010) project, we can add mapped SharePoint folders, including the {SharePointRoot} folder. When I deploy my project, I can see that the root files end up in the ...
0
votes
1answer
2k views

Sharepoint 2010 Upload file using Silverlight 4.0

I am trying to do a file upload from Silverlight(Client Object Model) to Sharepoint 2010 library.. Please see the code below.. try{ context = new ...