I run:
regsvr32 somefile.dll
There is a long delay (approx. 1 minute) and then a warning dialog pops up that says:
LoadLibrary("somefile.dll") failed.
GetLastError returns 0x0000007e.
The DLL is in my current directory. I have tried multiple DLLs and they all give me the same error.