I suggest following the directions found here but if you need a different solution try the following instead.
Add this method to your Silverlight in a convenient place, such as your application class.
public static void OpenBrowser(string url){i ...
Read post