Silverlight is Microsoft's cross-browser, cross platform plug-in for media experiences and rich interactive applications.
1
vote
2answers
174 views
How to Get Server Time in Silverlight
How do you get the server DateTime in Silverlight in SharePoint 2010?
2
votes
1answer
84 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 ...
1
vote
1answer
89 views
SharePoint 2010 lists, libraries, other objects create button not work
I installed Microsoft SharePoint on my vmware.
created new application and site collection serve for the url test.contoso.com.
on my real machine I logged in to the url test.contoso.com and every ...
0
votes
1answer
17 views
Cannot add reference to SharePoint hosted wcf service in a Silverlight 5 project
I have built a simple wcf web service and hosted it on a SharePoint server. Standard settings - wcf scv file deployed to the ISAPI folder and MultipleBaseAddressBasicHttpBindingServiceHostFactory used ...
0
votes
1answer
65 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
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
1answer
68 views
How to retrieve My Quick Links on Sharepoint using Client Object Model
I need to retrieve the List of the Current User's "My Quick Links" on my Silverlight Application from SharePoint 2010 using the Client Object Model.
Could someone please advice on how this can be ...
0
votes
1answer
124 views
How to create a new document from a Document Template using Client Object Model
I require to create a programatically create a new document using the Document Template URL of the document Library and this requires to be done using the Client Object Model. I also require to do ...
0
votes
1answer
58 views
Create new site from dropdown with webtemplates
I am newbee Sharepoint developer, so forgive me if this is a silly question. I want to create subsites on a sitecollection. I have by code limited the available webtemplates for the subsites to two ...
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
174 views
SharePoint Silverlight Document Viewer Webpart?
SharePoint Silverlight Word Document Viewer Webpart?
Please help me as I need it in my project urgently.
Thanks
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
1answer
146 views
contribute users have error while accessing silvelright web part
I also have the same problem.. when i open silverlight web part in fullcontrol user login, it works fine.. but.. contribute users login means getting error. as
my application is
treeview
child ...
0
votes
1answer
201 views
Opening videos in browser with XsltListViewWebPart
I created a Document Center site which has its own Content Query Web Parts. When I upload a video file to this document center, the Content Query Web Parts are playing the videos in browser with modal ...
2
votes
0answers
247 views
Hosting a Lightswitch app on a SharePoint 2010
Is there a way/workaround to host a Lightswitch v 1.0 app on a SharePoint 2010 site ?
This question was also posted on MSDN forum here:
...
1
vote
0answers
119 views
How to trigger event receiver on library when adding items to library through silverlight control?
I created an event receiver which triggers when an item added to the library.And it is working fine when i am adding items at library level(By clicking upload in ribbon controller of library).But the ...
1
vote
0answers
48 views
Is it possible to use https with Client Object Model in Silverlight
I found here this QA: Connect client object model to https url which mentions this article how to do it in full .NET client object model.
That would be great if the class ServicePointManager (MSDN) ...
1
vote
0answers
89 views
SharePoint 2010: How to add custom element to Create menu?
I want to add custom element to SharePoint 2010 Create menu. (Site Actions -> View all site content -> Create). I want to to add this element to Page directory like a "Web Part Page" element. How can ...
1
vote
0answers
440 views
UAG not redirecting SilverLight Org Chart Pic Links
We have a ForeFront UAG server publishing two SP 2010 web apps externally. The first is the portal site, and the second is My Sites. UAG is terminating SSL and is also redirecting any port 80 ...
0
votes
0answers
97 views
Web Page Security Validation (Taxonomy AJAX Bug vs Silverlight Bug)
The situation began like this:
We upgraded our SharePoint 2010 (using the Project Server 2010 February 2013 Cumulative Update)
We found a bug where on the 'Project Page' layout the 'Managed ...
0
votes
0answers
12 views
How to fetch sharepoint “My Site” link in silverlight using client object model
I want to access Sharepoint "My Site" link in my silverlight application.
Is there any way to fetch "My Site" link using client object model in silverlight.
Please help and Thanks in Advance.
0
votes
0answers
34 views
Silverlight and SharePoint Presentation issues
A small subset of users (2 at the moment) are unable to see data presented in a Silverlight Dashboard hosted on SharePoint. When they open the page they see empty Dashboards with no data. I have ...
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
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
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
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") ...
0
votes
0answers
75 views
How to set windowless property for the “AdhocReportDesigner” in sharepoint
I am using AdhocReportDesigner (Which will installed with SQL-Server 2012 report server) in an iframe to display the power view reports. Now on my page I want to show some html pop- up above the ...
0
votes
0answers
99 views
sharepoint client object model for silverlight security error
I tried to get data from sharepoint site by client object model. Everything worked fine with .NET object model, but as for silverlight with seperate page (not hosted in sharepoint silverlight web ...
0
votes
0answers
38 views
Working with silverlight and SharePoint
I've been working on a silverlight web part and i've run across an issue and i'm not to sure if it's the way i am doing things.
The web part basically has to go through The sub webs of the current ...
0
votes
0answers
70 views
Site Information as parameters into a Silverlight webpart
We are designing a system with one site per customer.
We would like to have a silverlight webpart that shows customer information from a line of business application.
Is it possible for a ...


