I have a custom DLL written in Delphi, and it fails to load as a COM component. I ran regsvr32 with it, but now it fails to load with Visual Studio Interop.
I am quite amazed by this error because my colleagues got it working and it is compiled as a COM component. And that is confirmed by Dependency Walker:
I understand there is no tailor-made solution to this but do any of you have an idea where to start debugging on this error?