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 OO开发者_运维技巧B 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?
Maybe this can help you.
Best
精彩评论