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
-
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– 76mel2010-01-14 10:55:32 +00:00Commented Jan 14, 2010 at 10:55
-
i am looking on how to load dll via the browsersubbu– subbu2010-01-14 11:43:17 +00:00Commented Jan 14, 2010 at 11:43
Add a comment
|
1 Answer
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 :-)