I need some help with the WebBrowser object in VS (C# or VB) (Silverlight Application 4).
My problem is that the WebBrowser object only shows this: –

How do i make it work/remove that text ? All i want to do is this:
C# :
MainWebBrowser.Navigate(new Uri("URL HERE"));
VB :
MainWebBrowser.Navigate("URL HERE")
You should take a look at this:
http://silverlight-outofbrowser.com/