c# - Is it possible to embed Windows forms in WPF Web application? -


i'm building application hosted on web wpf. got legacy forms in old windows forms application, possible embed those, or have rewrite them?

i know can embed them in desktop wpf applications.

it possible host windows forms content using windowsformshost in xbap. here a blog post ahmadreza atighechi demonstrating process.

note require full trust run, , work in ie. documented in wpf partial trust security, windows forms integration listed 1 of "wpf features not safe in partial trust". means default deployment xbap fail when using windowsformshost, , you'll need make sure every system setup use full trust when accessing xbap. security link above describes main issues this.


Comments