Silverprint a webcast on the SharePoint Silverlight Blueprint
Here's some links from today's 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 tools - Run 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.dll
- Start 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