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

subbu
  • 3,229
  • 13
  • 49
  • 70
  • 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? – 76mel Jan 14 '10 at 10:55
  • i am looking on how to load dll via the browser – subbu Jan 14 '10 at 11:43

1 Answers1

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 :-)

Alun Harford
  • 3,086
  • 18
  • 25