2
votes
1answer
82 views

SharePoint - Detect Silverlight Version and upgrade if necessary?

My Silverlight 5 app is hosted in SharePoint Online. It doesn't load (sticks at 100%) for users who have Silverlight 4 versions. How should I upgrade those without the latest version to Silverlight ...
0
votes
1answer
182 views

VB CAML Query to select most recently created List Item where name = 'Blah'?

Can someone tell me how the VB CAML Query would go to select the most recently created List item where 'FullName' field = 'Joe Smooth'. Using Silverlight 5, SharePoint Client Object Model, VB.Net and ...
0
votes
2answers
355 views

Get current user from SP Client Object Model in Silverlight / VB

Using Silverlight 5, VB.Net and SharePoint Online. Tried this to read the current user's name into a textbox, but the textbox remains blank. Any ideas? Thanks. Imports Microsoft.SharePoint.Client ...
0
votes
0answers
14 views

SharePoint Online - Read / write to Access Services?

Is it possible to use a SharePoint Online-hosted Access database (via Access Services) to read from and write to with a Silverlight 5 web part? Thanks.
0
votes
1answer
60 views

Long running Silverlight app losing connectivity via Client Object Model after a while?

I have a Silverlight 5 app hosted in SharePoint Online, which asks the users 72 questions and right at the end writes their answers to some SharePoint lists. When I trialled it with 8 users, the ...
0
votes
1answer
42 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
51 views

SharePoint Online - How to check if logged in / force login?

I have a Silverlight application which runs out of browser and can be installed to the user's local machine. Amongst other things, the application writes to a SharePoint list. If the user is not ...
0
votes
1answer
238 views

Accessing Sharepoint Online lists using Silverlight 5?

I'm developing an application using Silverlight 5, Visual Studio 2010 and VB.Net. I've reached the stage where I have a requirement to read and write information to a Sharepoint Online list, but I'm ...