Silverlight is Microsoft's cross-browser, cross platform plug-in for media experiences and rich interactive applications.
0
votes
1answer
21 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
0answers
99 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
1answer
47 views
Entering data into SharePoint lists via Silverlight forms
Morning all,
Can anyone advise me if it's possible to enter data into a SharePoint list via a Silverlight Application? if so, are there any basic steps that someone making thier steps into ...
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 ...
2
votes
1answer
85 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
187 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
377 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
67 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 ...
1
vote
1answer
92 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 ...
1
vote
2answers
178 views
How to Get Server Time in Silverlight
How do you get the server DateTime in Silverlight in SharePoint 2010?
0
votes
1answer
44 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
71 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
69 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
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
1answer
125 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 ...
1
vote
1answer
159 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
185 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
180 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
251 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 ...
0
votes
1answer
129 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
0answers
76 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 ...
1
vote
1answer
284 views
ClientContext error while embedding a Silverlight control on ASP page
I build a visual web part in asp.net and I'm trying to embed a xap over it so that users who don't have Silverlight installed would see the asp content:
<object id="SilverlightPlugin1" ...
1
vote
1answer
199 views
Checking if list exists client-side
I'm developing a Silverlight web part and can't use server-side objects like SPList. I normally get items from a list called "Locations" which has two fields - "Title" and "WOEID". The problem is I'd ...
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 ...
2
votes
1answer
152 views
How do I log to the SharePoint ULS logs from a Silverlight web part?
I am developing a Silverlight application which is to be hosted on a sharepoint 2010 page using the out of the box Silverlight webpart control. I want to log any exceptions to the sharepoint ULS logs ...
1
vote
1answer
105 views
Silverlight Application Development : Custom UI Form Development Beginner Question
So I am new to SP Dev, and completely new to the idea of developing Silverlight applications, and the use of Expression. But I am trying to understand how Expression gets used with Visual Studio in ...
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 ...
0
votes
2answers
443 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 ...
0
votes
2answers
514 views
CSOM Query on Hidden User Information List returning nothing
I'm trying to retrieve a user's profile picture from the hidden User Information List within Silverlight. I can't use the UserProfileService.asmx because I don't have the login name nor the GUID of ...
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 ...
1
vote
1answer
898 views
Create new Document in Document library with additional Text Fields in Silverlight (Client Object Model)
I have created a Silverlight Application that runs in a SharePoint 2010 web part.
One requirement I have is to give the user a prompt to upload a file, and then send it into a specific Document ...
0
votes
2answers
187 views
Silverlight Map web part
I'm trying to set up a simple Bing Map web part that would pull list items to populate the map with pins. I was able to get a static data pull (created objects to populate pins), but once I tacked in ...
0
votes
1answer
46 views
Localized strings in silverlight
Here I got the tip to use SPUtility.GetLocalizedString to get the localized title of a list. Now I want to use this way in a Silverlight app.
However, there is no SPUtility to find for silverlight. ...
0
votes
1answer
247 views
Problem using GetListItemsAsync() from SilverLight targetting SharePoint 2007
I'm developing a web part which is needed in WSS 3.0 showing some SilverLight graphics based on the view and its filtering. The view is chosen from the a web editor part and the needed web part ...
2
votes
1answer
303 views
Security Exception - Trying to load MySite Blog
When I try to run this async query it fails:
private void SomeFunction()
{
Thread thread = new Thread(GetBlogInfo);
thread.Start();
}
private void GetBlogInfo()
{
...
1
vote
1answer
291 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 ...
0
votes
1answer
515 views
Get sub site path with Client object model (Silverlight)
I'm currently building a Silverlight web part on SharePoint 2010. The issue I have, maybe is too trivial for me, is that I have a list, lets say its ...
2
votes
0answers
248 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:
...
9
votes
5answers
2k views
WebServices or Client object model?
I am writing a Silverlight control which will display the data from SharePoint list for use in SharePoint 2010 site.
I am considering wheather to use Client Object Model or SharePoint web services ...
0
votes
1answer
202 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 ...
1
vote
1answer
117 views
Cannot create site in different web application - Silverlight Client Object Model
I am developing a Silverlight application. It interacts with SharePoint 2010 using SharePoint Silverlight Managed Client Object Model.
One of the application functionalities is to create a ...