Friday, November 28, 2008

Integrate Silverlight application into MOSS 2007 using webparts [Q/A] - 2

Question -2
I want to integrate a Silverlight application into Sharepoint 2007 site using webparts. I am using Silverlight 2.0, MOSS 2007, WSS 3.0 SP1. I see the webpart, but do not see any Silverlight content on the page. When I searched the HTML code of the rendered page with the string “silverlight” it contains the following code:



I tried to follow the blogs/tutorials present at the following locations, but no luck:


Patrick Tisseghem: http://www.u2u.info/Blogs/Patrick/Lists/Posts/Post.aspx?ID=1794

Ian Morrish: http://www.wssdemo.com/pages/silverlight.aspx

Silverlight Blueprint: http://www.codeplex.com/SL4SP/Release/ProjectReleases.aspx?ReleaseId=16420


I also downloaded samples from Silverlight Blueprint for Silverlight and tried to run “as is”, but it also didn’t help. Any clues/pointers that may help ?

Answer
I finally got it resolved, the issue was not with Silverlight configuration in web.config, instead it was with the System.Web.Extensions (AJAX.Net extensions).

I followed the blog by Tobias Zimmergren at:

http://www.sharepointblogs.com/zimmer/archive/2008/01/04/moss-2007-add-support-for-ajax-in-your-sharepoint-installation.aspx

and it worked like a charm.

No comments: