Click here to Skip to main content
15,891,316 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi Experts

My application is in server which has activex control. In server active x control is working fine. Active x control is not working when i access same application in client machine. My application is in server and there are 4 or 5 machines are using the same application. In client machine active x control is diplayed like x symbol.
My application Browser based application with c#.net

Please provide a help for me



Thanks & Regards

Justin Diraviam.I
Posted

1 solution

An activex is a browser add-on that (in almost all cases) isn't installed by default. It needs to be available and installed on the client machine. A client needs to confirm that it trusts the activex control before installing it (and warned repeatedly) because an unsafe activex control could have destructive consequences.

Check out the links for additional information:
http://technet.microsoft.com/en-us/library/cc721964%28v=ws.10%29.aspx[^]

http://www.tech-faq.com/install-active-x.html[^]

Good luck!
 
Share this answer
 
Comments
thatraja 4-Jun-12 15:42pm    
Right, 5!

BTW Glad to see you too here again after long time

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900