[Moonlight-list] Moonlight and Gtk

technomage1972 dellis1972 at googlemail.com
Thu Oct 29 07:13:13 EDT 2009


Hi Tony

I hit a similar problem, after looking into the code I found that the
Deployment.Current.Assemblies is initialised by the call to LoadXap  in the
MoonlightHost class, this in turn calls Initialise in the Deployment class
which extracts the xap to a temp location, reads the AppManifest.xaml and
initializes the Assemblies array on Deployment.Current.

Now I assume you don't want to use a xap (neither do I). The problem is the
MoonlightHost and Deployment classes will need to be modified to do what we
want as it was designed to be used with a xap file. I have some code that
works, I just need to figure out who do send it to so they can see if it's
something that can be included in Moonlight.

If you'd like my changes to test drop me an email.

Dean


Tony Alexander Hild wrote:
> 
> 
> I think that the MoonlightRuntime is not initializing correctly the
> runtime, because Deployment.Current.Assemblies is set to null.
> I couldn't figure out the steps form Moonlight.Gtk runtime initialization.
> When Deployment.CreateApplication is called?
> 
> 

-- 
View this message in context: http://www.nabble.com/Moonlight-and-Gtk-tp24906430p26022937.html
Sent from the Moonlight mailing list archive at Nabble.com.



More information about the Moonlight-list mailing list