I merely want to consume the AAF API to inspect AAF files. The AAFCOAPI.DLL registers just fine, but can't be referenced in any development language I have. C#, VB.Net, VB6... they all say:
> A reference to AAFCOAPI.dll could not be added.
> Please make sure that the file is accessible,
> and that it is a valid assembly or COM component.
It wouldn't have registered if it wasn't a COM component. And according to Dependency Walker, I've got all the necessary dependencies. I've done quite a bit of poking around the docs, but can't seem to get to square one. Any help would be appreciated.
Thanks!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I merely want to consume the AAF API to inspect AAF files. The AAFCOAPI.DLL registers just fine, but can't be referenced in any development language I have. C#, VB.Net, VB6... they all say:
> A reference to AAFCOAPI.dll could not be added.
> Please make sure that the file is accessible,
> and that it is a valid assembly or COM component.
It wouldn't have registered if it wasn't a COM component. And according to Dependency Walker, I've got all the necessary dependencies. I've done quite a bit of poking around the docs, but can't seem to get to square one. Any help would be appreciated.
Thanks!