[Mono-osx] Mono Mac WebView issue with Silverlight 5
Claudio Pi
claudiopi at gmail.com
Thu Aug 30 20:42:37 UTC 2012
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
More information about the Mono-osx
mailing list