Hi,

I need to access a silverlight 5 application from a browser embedded
in a MonoMac application. For the browser I am using
MonoMac.WebKit.WebView When trying to access any silverlight
application for instance

webView.MainFrame.LoadRequest(new NSUrlRequest (new NSUrl
("http://samples.msdn.microsoft.com/Silverlight/SampleBrowser/";)));

I get the following error http://pastebin.com/s8PDfDyq. I tried the
same with the native WebView in XCode and it loads correctly so I
believe is the mono bridge that is affecting it.

Is there any other alternative for embedding a browser in a Mono OSX
application besides WebView ?

Thanks, Claudio
_______________________________________________
Mono-osx mailing list
[email protected]
http://lists.ximian.com/mailman/listinfo/mono-osx

Reply via email to