0

Can any one tell me how to load com object in a silverlight out of browser application . I use silverlight4 . If possible can any one give me sample codes of it. Thanks in advance

2
  • Are looking to find out how to use a com object in a SL4 OOB that already on the machine or are looking to see how you can install (load) one via the browser? Commented Jan 14, 2010 at 10:55
  • i am looking on how to load dll via the browser Commented Jan 14, 2010 at 11:43

1 Answer 1

1

Yes. Use the System.Windows.Interop.ComAutomationFactory (new in Silverlight 4).

See: http://msdn.microsoft.com/en-us/library/system.windows.interop.comautomationfactory(VS.96).aspx

Don't be too shocked if you find it hard to get it to work on a mac :-)

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.