Deploying XBAP as an ActiveX
- by Kaveh Shahbazian
How can I deploy a XBAP to a client machine as an ActiveX (Which I can instantiate and use from JavaScript, passing parameters to it, getting parameters from it, etc)?
This is part of an ASP.NET site, and will be in full trusted mode (I have solved that part, actually I have implemented a test XBAP that can edit a text file on local hard drive of a client machine).
Thanks