Silverprint a webcast on the SharePoint Silverlight Blueprint
Here's some links from today's webcast...
- Silverlight Blueprint for SharePoint
- Silverlight 2 beta 1 - download
- Silverlight 2 SDK
- Silverlight 2 Tools for Visual Studio 2008
- Ian Morrish's blog post on Blueprint configuration
- Patrick Tisseghems blog post on Silverlight 2 and the Blueprint
- The Grumpy Wookie's post on same subject
- Code from the Webcast
Notes from what it takes to get the Blueprint working on a typical SharePoint installation
Install the Silverlight 2 add-in
On a server only installation add the Silverlight 2 SDK...
- or - For a developer environment with Visual Studio 2008 install the Silverlight 2 toolsRun GacUtil to install the 'system.web.silverlight.dll' assembly into the global assembly cache
c:\> cd \prog*\*sdk*\sil*\v*\li*\ser*
c:\Program Files\Microsoft SDKs\Silverlight\v2.0\Libraries\Server> gacutil /i system.web.silverlight.dllStart the Windows SharePoint Administration Service (used by the installers for the BluePrint)
In WSS Central Admin create a site/application and site collection to test the web parts in
Download the package from the Blueprint you're interested in...in our webcast we looked at the code from HelloSilverlight1 and HelloSilverlight2
- To run HelloSilverlight1 simply run the setup in the download
- To run SilverLight2 demos we need to make some changes to the web.config of the target site
Configuration changes to build & run HelloSilverlight2
- Open code solution
- Edit Install.bat to fix gacutil locations & set correct target site
- Modify site web.config to include settings from sample web.config on Patrick Tisseghems post
I'm still working out some of the bugs, but that's where I'm at.
Good luck & hope this helped!
Mike
Comments
- Anonymous
March 27, 2008
PingBack from http://stevepietrekweblog.wordpress.com/2008/03/27/links-3272008/