I am trying to use the QuickTime 2.0 ActiveX plugin for a winforms application written in C#.
Firstly I drag the object from my toolbox to the form but I get an error saying that the ActiveX control can not be imported and to check that it is registered correctly. Under the references header of the solution explorer the AxQTOControlLib reference shows as failed.
In order to attempt to solve this (after searching for solutions) I have used AxImp to create the relevant C# wrapper for the control from the QTOControl.dll that is in the QuickTime programme file.
I then attempt to register the .dll with the system by using RegAsm, however when I do this I get the following error:
"RegAsm : error RA0000 : Could not load file or assembly 'QTOControlLib, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. The system cannot find the file specified."
I have checked and the file definitely exists and the path is correct.
Please can you help with how to solve this issue, so that the .dll can be registered and the QuickTime ActiveX controller can be used in the winforms application.
I am using the following setup:
Windows 7 (64bit) Visual Studios 2010 .Net 4.0
