Advanced Forum Search Results
-
Hi,
As you may have already found out you can't upload files with any extension (specifically .aspx/.asmx are not allowed) but only those matching a small set of allowed extensions, all of them related mostly to media files (audio files, image files, etc).
HTH,
-Victor.
-
Hi Everyone,
One week ago (I forgot to post the news here!!) I created a project on codeplex for a C# Library that wraps the Silverlight Streaming REST APIs in a simple object oriented model. I also did a spike on a VS toolwindow for browsing Silverlight Streaming account that I expect to post on the same codeplex project soon (read: as soon as I ...
-
Just wanted to report a couple of bugs in the docs for you to fix. In the REST API online docs @ http://dev.live.com/silverlight/api.aspx, you can find the following ones:
1) wrong attribute name in <fileset> element:
<filesets>
<fileset name="fileset name" is-application="[true | ...
-
Now, that was fast!! Thanks.
-
For how long is your operation running? This maybe a client or server timeout. You can control the client one but not the server one, which AFAIK, it is set to 15 minutes.
HTH,
-Victor.
-
You can get a very approximate number for this if you use the REST API. You can enumerate all FileSets and enumerate all Files per FileSet. The length of a file is returned as part of the information that is returned for each File.
Let me know if you need help giving this a try,
HTH,
-Victor.
-
It would surely help if you add a mention to the timeout being set to 15 minutes in the Silverlight Streaming SDK...