Christopher Kane

Ramblings of a Software Architect

Recent posts

Tags

Categories

Navigation

Pages

Archive

Blogroll

Disclaimer

The opinions expressed herein are my own personal opinions and do not represent my employer's view in anyway.

Microsoft Silverlight Client for Facebook available

 

image

Microsoft Silverlight 4 Beta Client for Facebook

The Microsoft Silverlight 4 Client for Facebook has been released as a developer preview sample. To use it you must have Silverlight 4 developer builds installed.

Posted: May 22 2010, 17:09 by ckane | Comments (0) RSS comment feed |
  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5
Filed under: Silverlight

(Solved) – Silverlight/WCF Service in WebSite throws Could not load file or assembly 'xxx' or one of its dependencies. The system cannot find the file specified

Instead of creating a separate application that hosted a WCF service used by a Silverlight 3.0 application within a asp.net website I just added the service to the parent web site. Over time the service would throw this error. It would seem that having a WCF service in a silverlight asp.net website that doesn’t use RIA has all sorts of compile problems. To work around this problem I removed the WCF service from the parent application and moved it to it’s WCF project and update the Silverlight application to make a call from a separate URL.

Posted: Jan 17 2010, 08:30 by ckane | Comments (0) RSS comment feed |
  • Currently 4/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5
Filed under: Silverlight