Silverlight SharePoint Web Parts

Microsoft Kostenlos

An extension for adding Silverlight web parts to SharePoint features.

Microsoft
(3) Rezension
Visual Studio
2010
Herunterladen (5.552)
04.04.2011
1.0
Ansicht
Als E-Mail versenden Bookmarken bei del.icio.us Bookmarken bei Digg Bookmarken bei Facebook Reddit Slashdot Link twittern Bookmarken bei Live Windows Live Spaces
Zu Favoriten hinzufügen
Beschreibung
Rezensionen (3)
Fragen und Antworten (5)
Zum Schreiben einer Rezension anmelden
Sortieren nach:

Good info..Can we use the silverlight webpart in farm solution having 2 WEEs & 2 App server?

durch Daniel Cheida | November 06 2011

very very useful

durch pirahawk | Mai 18 2011

I had a couple of teething issues initially, but I managed to solve them. This tool adds some great support for being able to customize aspects of the silverlight/sharepoint link. The level of support I recieved as well from the tool's dev team with my issues was great.

Zum Starten einer Diskussion anmelden


  • Bummer its only for C# and not VB
    1 Posts | Letzter Beitrag Mo 3:32
    • Seems that these templates are only for C# and not VB projects.
  • Visual Studio 2011
    1 Posts | Letzter Beitrag März 11, 2012
    • Does the Visual Studio 2011 contains this component or another one?
      
      Thank you!
  • Is there any way to override the sandboxing
    4 Posts | Letzter Beitrag Februar 29, 2012
    • I need to create a set of connected webparts which do not seem to work in a sandboxed solution. Is there any way I can override the custom webpart to deploy as a farm solution please?
    • also its a little wierd that the explanation says that the normal silverlight webpart should work as a farm solution when infact it does not
    • Same problem here. I have a farm solution where I want to include the Silverlight app in (all under the same SharePoint solution), but as soon as I added the SL app, the Silverlight SharePoint Web Parts interferes with all deployment saying 
      "Error	1	The project Item "SPBackupSLWebPart" must be deployed as part of a sandboxed feature. Move the project item to a feature where the Sandboxed Solution property of the project is set to true.	C:\Users\Administrator\Documents\Visual Studio 2010\Projects\SPBackup\SPBackup\SPBackup\Features\Feature1\Feature1.feature	SPBackup"
      
      What gives? Can this really work in a farm solution??
    • Yes, it can work in a farm solution but there's a little configuration change that was not documented.
      
      Took me a while to find it too.
      
      1. Find the file SharePointProjectItem.spdata in the project folder
      
      2. Change the SupportTrustLevels attribute from SandBoxed to FullTrust or All
      
      For more info on what this config means, check out the link below:
      http://msdn.microsoft.com/en-us/library/microsoft.visualstudio.sharepoint.supportedtrustlevels.aspx
      
      Hope this helps everyone here. Btw, this is a really great tool (of course minus the little hiccups) but it still saved me a lot of unnecessary work.
  • Silverlight projects in Solution Folders not recognized
    1 Posts | Letzter Beitrag August 04, 2011
    • The wizard does not allow selection of Silverlight projects in Solution Folders.
  • Silverlight webpart - Farm Solution
    1 Posts | Letzter Beitrag Juni 07, 2011
    • In fact the silverlight webpart does not work as a farm solution.