.net framework 2.0 VS Basic and VB6 ocx

G

Guest

We have a kosk runing an application based in VB6, we migrater this
application to VB .NET 2005. We kept the controller application that is based
in tthe serial communication port that was developed in the VB6, this
application uses the MSCOMM ocx. The problem is that the .NET framework did
not recognaize the OCX. The only way is to install, only, the VB ACTIVEX
library. We have tryed everithing to avoid this manual instalation, we create
componets to install the ocx libraies without sucsses. Any idea of how to
install them

Thanks
 
K

KM

Ricardo,

Sorry, I couldn't quite get what the problem was?

You should be able to "install" (to register) an OCX with regsvr32 just fine. Does this part work at your runtime if you run the
command manually?
With FBA it is really easy to automate the command. There is FBA COM Register resource that you can create for the OCX.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top