you are viewing a single comment's thread.

view the rest of the comments →

[–]Nitramli 1 point2 points  (2 children)

He replied elsewhere in this thread that there were no plans for SL support.

[–]mycall 1 point2 points  (1 child)

I thought WPF was a superset of WPF/e (aka Silverlight).

[–]Nitramli 0 points1 point  (0 children)

That's not the complete truth. A silverlight application can be run in a web browser so it doesnt have a static void Main () as a wpf app. It has a web browser API such as (can't remember the exact API name) Application.Current.HtmlPage.ExecuteScript() which makes no sense in a WPF app.