If you have gong through the VB application you will find that it requires many com component files and that needs to be registered in your computer.
If you have just copied your file to system32 folder then it will not registered but you have to manually registered by following command.
For that you can do as..
In start---> Run-->regsvr32 "File path to register"
above thing will register file to your pc.
i.e. regsvr32 C:\WINDOWS\system32\MSADODC.OCX
this will register MSADODC.OCX file to your pc.
No comments:
Post a Comment