Hello, all,
I have created One ActiveX control (DLL file ) in C#.Net and want to use it on webpage. I dont know whether it is neccessary that to insatll .Net framework on client machine to view the ActiveX control???
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
try abcPosted Sep 29, 2007, 12:23 AM
AlanPosted Sep 28, 2007, 10:57 AM
As it's not possible to write unmanaged applications or controls using C# then, yes, the .NET framework will need to be installed on the client machine in order to run it.
To avoid this you would need to re-author the control in unmanaged C++ or VB6.