I have a .net program that uses a com class. There are 3 dlls required. Two are generated in Visual Studio and both depend on stdole.dll. I have included the 3 dlls in the Application Folder and have referenced each in the COM section under System Changes. When I run the program after it is installed I get the following error:
System.Runtime.InteropServices.COMException (0x80040154): Class not registered (Exception from HRESULT: 0x80040154 (REGDB_E_CLASSNOTREG))
Any help appreciated