Tagged Questions
0
votes
1answer
43 views
Any tutorials on accessing Azure SQL from a SharePoint hosted Silverlight webpart?
So since SharePoint Lists have limited columns available for use, I'm now trying to write the output from my SharePoint hosted Silverlight app into a Windows Azure hosted SQL database.
Are there any ...
0
votes
0answers
152 views
SharePoint Client Object Model - Problem adding Item to List
The VB code below works in a stand-alone Silverlight app to add new items to a pre-existing list, but when I include it in a larger app it doesn't.
The only difference I can see is that with the ...
0
votes
1answer
70 views
Cant find mediaplayer.js
I am trying to deploy a silverlight webpart solution to my sharepoint foundation site to play videos from assets library and its based on mediaplayer.js but in layouts folder i cant seem to find that ...
0
votes
0answers
56 views
Silverlight & SharePoint Client OM - MessageBox.Show not working in OnAddSucceeded or OnAddFailed
This may be more of a Silverlight issue than a SharePoint issue, but in the following VB code which adds items to a SharePoint list, I would expect to get two pop-ips ("Person added" and "Finished") ...
1
vote
1answer
158 views
Syntax of Caml Query in Silverlight 5
Is
Dim _Query = CamlQuery.CreateAllItemsQuery
a valid query?
Or should it be:
Dim _Query = CamlQuery.CreateAllItemsQuery()
Or do I have to use:
Dim _Query As New CamlQuery()
_Query.ViewXml = ...
0
votes
1answer
116 views
Silverlight 5 / Sharepoint Client OM - VB to read from SharePoint List?
I'm using VB.Net 4.0/Silverlight 5 and the SharePoint Client Object Model. I have SharePoint Foundation 2010 running on localhost.
I've been trying for days to read some values from a list, with no ...
0
votes
1answer
184 views
Caml Query - ExecuteQuery() doing Nothing
I'm trying to read the contents of Sharepoint List 'pfa' using Silverlight 5 and the following VB code. I am geting diagnostic pop-up windows 1-5 but then that's it and nothing further happens. ...
0
votes
1answer
127 views
How to overlay HTML on siilverlight without setting windowless property?
I had a silverlight control, which i can't set the windowless property to the control. So, is there any way to display html content on top of the silverlight control without setting the windowless ...
0
votes
2answers
442 views
ClientContext and sharepoint
If this is for Client so the Client does not need to have SharePoint installed on its computer to get it work? am I right?
I need some information to understand it, the code executed on client side ...
1
vote
1answer
288 views
How to Automate or Move (Silverlight) xap file to 14 hive ClientBin
I am using silverlight project in sharepoint 2010.I have an requirement of using WSP builder project only for building the soultion and I have configured the layout structure as shown below.
In the ...
2
votes
1answer
916 views
How do I get a specific file using Client Object Model in Silverlight?
I can't seem to find any direction when trying to filter a FileCollection (Picture Library) by a specific value. I am 'trying' to use the Silverlight Client Object Model to access list data in ...
0
votes
0answers
170 views
how to convert the sharepoint RecurrenceData field(xml) to RecurrencePattern in rad SchedlerView [closed]
i need pass the RecurrencePattern from SchedlerView to sharepoint RecurrenceData field
the problem is :
i ll get RecurrencePattern from rad SchedlerView ll be in string format ie ...