I was using a 3rd party ActiveX control with MS Visual Studio .Net under Windows NT.
Now I have upgraded to Windows 2000, but this particular 3rd party ActiveX is causing a problem.
The solution builds OK, but I cant display/edit the dialog as the component cant be instantiated. However the solution builds and runs.
Another program deploys and runs OK when I register the control and fails when I un-register it
Note I have tried re-register the control via:
regsvr32.exe /u air.ocx
and then:
regsvr32.exe air.ocx
I have contacted the 3rd party vendor, but I am out of my 3 month support period. Also another ActiveX from this vendor works OK!
Is there anything I can do within Visual Studio to sort out this problem, as I don't think it is the vendors fault.
Regards,
Now I have upgraded to Windows 2000, but this particular 3rd party ActiveX is causing a problem.
The solution builds OK, but I cant display/edit the dialog as the component cant be instantiated. However the solution builds and runs.
Another program deploys and runs OK when I register the control and fails when I un-register it
Note I have tried re-register the control via:
regsvr32.exe /u air.ocx
and then:
regsvr32.exe air.ocx
I have contacted the 3rd party vendor, but I am out of my 3 month support period. Also another ActiveX from this vendor works OK!
Is there anything I can do within Visual Studio to sort out this problem, as I don't think it is the vendors fault.
Regards,