We have a requirement of running WinForm smart client desktop application in browser. Following article explains how to host a WinForm in WPF browser application (XBAP).
http://www.codeproject.com/Articles/31429/Embedding-a-NET-WinForms-Application-in-an-Interne
But our application is based on Smart Client architecture (Smart Client Software Factory - Guidance Package). So we don't have control over form creation and display. Can anyone share the details of what will be required to host a smart client in WPF browser based application?