I am trying to call javascript function from my Silverlight C# file. (Able to call it). Then i try to create ActiveXObject object in order to launch notepad in javascript function. But Automation server does not allow to create ActiveXObject object.
How to create ActiveXObject object without enabling Out-of-Browser settings of Silverlight Web Project?
Any other way to create COM object in Silvleright without enabling OOB settings will be appreciated?