I have a C# Windows Forms app that uses OleDB and Office Interop to create and modify an MS Access file on the system. I'm trying to use Microsoft's official installer extension to make an installer for my app.
The installer gets built successfully and installs. But the problem is when trying to access those two files, I get an error
Could not load file or assembly
I want to be able to install those dependencies when installing the program so these issues won't occur.