I have a DacPac project that references several other dacpac projects. The referencing dacpac builds into an application directory that is harvested into a Wix Installer using Parrafin. All the referencing and referenced projects build fine. Multiple times today, when I attempted to deploy my referencing dacpac database, I got several an instance of this error per reference:
No file was supplied for reference XXX.dacpac; deployment might fail.
So far, I have:
The rest of my application has a platform target of x86
so I changed the referencing dacpac project's platform target to from AnyCPU
to x86
and it instantly worked as expected.