I am attempting to evaluate the scripting capabilities of the audio converter. I am using a trial version, and have created a C-Sharp test, but when run, I get the error that the COM class is not registered (0x80040154).
I've manually registered ALL the dlls that came with dBpoweramp, and it hasn't fixed it. When I try to add a reference and select 'dMCScripting 1.0 Type Library' as specified by the documentation, the option is not there! I added dmcscripting.dll directly as a reference, which allows me to compile the code, but the class is still not registered.
Is this functionality available in the trial version? I would like to evaluate this functionality before purchasing a reference license. What is required to get this COM class registered? The current missing CLSID is: {1C2E0932-61B5-4EAB-A832-06EE6564047D}.
Thanks.
I've manually registered ALL the dlls that came with dBpoweramp, and it hasn't fixed it. When I try to add a reference and select 'dMCScripting 1.0 Type Library' as specified by the documentation, the option is not there! I added dmcscripting.dll directly as a reference, which allows me to compile the code, but the class is still not registered.
Is this functionality available in the trial version? I would like to evaluate this functionality before purchasing a reference license. What is required to get this COM class registered? The current missing CLSID is: {1C2E0932-61B5-4EAB-A832-06EE6564047D}.
Thanks.
Comment