MSComm32 dependances
-
Hi ! (Excuse-me, I hope that this message, will not be inserted inside the current discussion . I want to post a new message, a new discussion, but I don't know how to do.Here is my purpose) I have developped a software which manage modem through serial communications. That is why, I have imported the component MSComm32.ocx in my application. I have used .NET for my purpose . The installer application is defined to register the component MScomm32 into the computer (A) on which we make the installation. At this stage, there is no problem, the installation of my application is successful. But when I launch my application, there is a fail; N.B. : The component MSComm32.ocx is inside the environnement Visal Basic 6.0 , but not inside Visual Basic .NET developpement environment. After the fail, I have installed VB 6.0 on the computer (A). And now, the launch is successful. I have realized that, at run, the component MSComm32.ocx refers another components (DLL), inside VB 6.0 So , my probelm I want to figure out is this : what are the satellite components of MsComm32.ocx ? What am I going to do, to list all thise components ?
-
Hi ! (Excuse-me, I hope that this message, will not be inserted inside the current discussion . I want to post a new message, a new discussion, but I don't know how to do.Here is my purpose) I have developped a software which manage modem through serial communications. That is why, I have imported the component MSComm32.ocx in my application. I have used .NET for my purpose . The installer application is defined to register the component MScomm32 into the computer (A) on which we make the installation. At this stage, there is no problem, the installation of my application is successful. But when I launch my application, there is a fail; N.B. : The component MSComm32.ocx is inside the environnement Visal Basic 6.0 , but not inside Visual Basic .NET developpement environment. After the fail, I have installed VB 6.0 on the computer (A). And now, the launch is successful. I have realized that, at run, the component MSComm32.ocx refers another components (DLL), inside VB 6.0 So , my probelm I want to figure out is this : what are the satellite components of MsComm32.ocx ? What am I going to do, to list all thise components ?
Look in the module MSComm32.dep. It require comcat.dll and also optionally other components for support of languages other than english. Since you are using the control in VB.NET you must also insure that the Interop assembly(s) for the control are also installed! Hope this helps, Robert