SideBySide Assembly MS Unit Tests
I’ve created a unit test (MS Unit Test), which uses COM Dlls for specific operations. If these COM Dlls are registered (via Regsvr32.exe) everything works fine. But if I try to run my test using these COM Dlls as registration free COM Dlls ( side-by-side assembly), the used COM Dlls can’t be found