I'm trying to get the Silverlight Colleague Viewer webpart to work on my test server. The silverlight player renders the Viewer but it fails when it attempts to access the WCF service. The error below is caught by IE 8.
Webpage error details
User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.2; Trident/4.0; .NET CLR >1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; InfoPath.2; .NET CLR >3.0.4506.2152; .NET CLR 3.5.30729) Timestamp: Tue, 14 Apr 2009 21:45:18 UTC
Message: Unhandled Error in Silverlight 2 Application An exception occurred during the operation, making the result invalid. Check InnerException for exception details. at System.ComponentModel.AsyncCompletedEventArgs.RaiseExceptionIfNecessary() at SL.XAML.ColleagueViewer.Proxies.GetUserProfileInfoCompletedEventArgs.get_Result() at SL.XAML.ColleagueViewer.Page.proxy_GetUserProfileInfoCompleted(Object sender, GetUserProfileInfoCompletedEventArgs e) at SL.XAML.ColleagueViewer.Proxies.SocialNetworkingClient.OnGetUserProfileInfoCompleted(Object state) Line: 1 Char: 1 Code: 0 URI: http://mytestsite/_layouts/1033/init.js?rev=ck%2BHdHQ8ABQHif7kr%2Bj7iQ%3D%3D
I have copied all of the necessary modification for silverlight to my web.config and run the install.bat file on my server.
Anyone have any thoughts. If more details are needed please comment and I will try to provide them.
Thanks, Josh