I'm trying to deploy my project and create an installer. I've created a .vdproj, that has an output setup.msi When running the .msi setup wizard, i'm getting the error:
"Module xyz failed to register. HRESULT -2147024769. Contact your support personnel."
The module that failed to register is a C++ dll, while my application is a WFF-C# appliction.
Does anyone know of a solution for this problem?