Search code examples
comsilverlight-4.0activexsilverlight-oob

How do I use COM objects in an OOB Silverlight 4.0 application?


I am contemplating building an out of browser Silverlight application. One of the reasons it has to be OOB is because I need to access an old school ActiveX/COM object and that is only allowed OOB.

I am having trouble finding any examples on how to actually integrate a COM object into a Silverlight app. The Add References dialog does not have a COM tab so I am lost.

Any ideas?


Solution

  • Maybe this can help you.

    Best