i have an application, i've created for it an setup project, and in setup project, in custom action, in Install node, i've attached a new custom action myCustomAction.
myCustomAction is a form that use interop.SQLDMO.dll
when i compile the solution, and run the created setup, this error appears:
Retrieving the COM class factory for component with CLSID .....failed due to the following error: 80040154.
if a don't use reference to SQLDMO.dll in myCustomAction, the setup works fine...
so, any suggestion?
myCustomAction is a form that use interop.SQLDMO.dll
when i compile the solution, and run the created setup, this error appears:
Retrieving the COM class factory for component with CLSID .....failed due to the following error: 80040154.
if a don't use reference to SQLDMO.dll in myCustomAction, the setup works fine...
so, any suggestion?