简体   繁体   中英

Is it ok to build an 64 bit ActiveX control with C# for enterprise application use

I am planning to build an 64 bit ActiveX control to be used in my web page. So my question is it OK to build it with C#? Will it be able to handle complex business logic? The reason why I ask this is that I am more familiar with C# than ATL.

Before raising this question, I searched all the related posts, they are all about how to build ActiveX with C#. However I would like to know if it will be a good choice or ATL will be more better?

By the way, the previous version of my ActiveX control is in 32 bit coded with VB6, but VB6 is impossible to build 64 bit ActiveX control.

I appreciate any of your suggestions and comments!

Regards, Shuping

If you're most comfortable with C#, why not build it in Silverlight? Will be a lot easier than building and deploying ActiveX controls.

How about a Windows Forms app launched from Clickonce or Java web start? You cannot run a 64bit ActiveX from a 32bit IE.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM