Y.Yanavichus
Y.Yanavichus

Reputation: 2417

Is there a way to run my XBAP (or WPF) application as OLE object?

I need to run my WPF application as OLE object. I apologize that if I make it XBAP-application I could, but how?

Generally I need this cause of I need to access my application from CIMPLICITY.

Upvotes: 1

Views: 248

Answers (1)

Arseny
Arseny

Reputation: 7351

You need to modify your existed .NET application to be COM visible. it's a quite general question and I may suggest to look at .NET - COM Interoperability and Microsoft .NET/COM Migration and Interoperability. I'm sure there is a very popular issue and you can find much more materials about it.

Upvotes: 1

Related Questions