Triggering C# dll using Javascript ActiveX Object

雨燕双飞 提交于 2019-12-06 00:34:18

I solved it. There is a Security option for activex that needs to be enabled for doing this.

For more details check this link http://www.aras.com/Community/forums/p/2527/7698.aspx

I think the best solution is to implement IObjectSafety, if you trust you activex you don't need to make your user to check internet options. This link at point 5 explain how to do it: http://www.olavaukan.com/2010/08/creating-an-activex-control-in-net-using-c/

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!