At my company we have produced a piece of software that a lot of people want to use in their own applications. As such, we have a set of COM commands that can be called from managed code to load in files, get results etc.
A customer is interested in creating their own Silverlight-based application/website which would interface with our software via COM. Is it possible, if say our software was installed on their server along with their Silverlight application that communication could take place? I'm finding the literature online about COM with Silverlight pretty confusing and could use a point in the right direction.
What steps are required to set up say a basic example showing that communication is at least possible?
Thanks in advance guys.