I am working on a feasibility task, where I need to convert an existing WPF application (.exe) to a COM server.
Scenario:
WPFApp: .NET application written in C# to be launched as a COM server.
LauncherApp: MFC application used to launch the WPF application.
How can the above WPF application be converted to a COM server?