Hello, everyone.
I have written a vb.net application using the suite pro, making references to the following components:
AxInterop.XtremeSkinFramework
Interop.XtremeSkinFramework

Everything works out just fine on the development machine but on the end user's machine (Test/Debugging machine) the App fails to load - giving out runtime error:
Class not registered (Exception fro HRESULT: 0x80040154 (REGDB_E_CLASSNOTREG))

But when I install the XtremeSuitePro everything works just fine.
I know this may mean that the Dlls I package with my setup are not properly registered on the target machine.

Now I humbly seek a solution to this problem as I really do not know how to get those two framework components to register. #I am using Setup factory by the way.

I would be very grateful for you kind assistance. Thanx in advance.