Skip to main content
Home Forums Silverlight Programming Programming with .NET - General Silverpart (from codeplex)
1 replies. Latest Post by bartczernicki on December 8, 2008.
(0)
zenuke
Member
50 points
61 Posts
12-08-2008 9:32 AM |
Has anyone successfully used this? I installed the part on my MOSS2007 dev box and it went well. After that I have no clue how to access it. it shows up in the webpart gallery as silverpart.wsp and is not usable. I am interested in using this because it claims you don't need .NET 3.5 to be on the server.
bartczer...
Contributor
4190 points
734 Posts
12-08-2008 2:56 PM |
I didn't use this, I had more success with writing my own. I started from scratch and actually used .NET 3.5 (I don't have the no .NET 3.5 limitation) and got started with the SharePoint BluePrints for Silverlight. They have nice vidoes of the basics as well.
http://www.codeplex.com/SL4SP/Release/ProjectReleases.aspx?ReleaseId=16420
Code hasn't been updated since SL 2B2, but the overal guidance works fine and I added some of my own stuff to it. Another thing I do not like is that they are tying these to SharePoint web parts, where they actually should be using ASP.NET web parts and that way they work both in SharePoint and ASP.NET portals...but thats a tangent :)