How do I go about hosting a silverlight 3.0 application inside of a wpf application in which I can pass data between the two? It needs to run without internet connectivity.
+4
A:
I have a project I'm working on to do that. It's very experimental right now...Hell I really haven't even announced it yet.
http://silverlightviewport.codeplex.com
-Jer
Jeremiah Morrill
2009-12-20 09:33:05
A:
There is no known control that can do this seamlessly out there as yet. To do something like this, you will need to host a web control and use javascript to communicate with the host for interop. Which by the way is not at all recommended.
DVark
2010-01-04 21:26:11
Jers code works for me.
TravisWhidden
2010-02-02 01:04:16