I am getting an error when using SSDT 2010 (latest updates, v10.3.21208.0) with multiple database projects in a single solution. The error reads the following:
SQL71561: View: [dbo].[View] has an unresolved reference to object [OtherDatabase].[dbo].[OtherTable]
I've read all the other resources I could find on Stack Overflow and Google. Here are some things I've already tried:
- Setup Database References to the other projects within the solution.
- Cleared out the Database variable option to bypass the SQLCLR variable that dynamically changes your database name based on configuration options.
- Ensured that Enable extended Transact-SQL verification for common objects is disabled on all projects
- Have the Database location option set to: Different database, same server
- Ensured the Project Build Order is arranged logically
- Tried the suggestions from this post
Nothing seems to be working for me. Any help would be much appreciated. Here is a screenshot that might shed more light on my problem:
