SQL71501 errors when I try to build a project in SSDT

JeannieH(COLLABERA INC) 391 Reputation points
2021-10-25T21:07:45.167+00:00

I am trying to Build a new project in SSDT. The only thing I did with this new project is create a simple 3 column table and I get these errrors when I try to build

SQL71501: Service: [ExternalMailService] has an unresolved reference to Queue [dbo].[ExternalMailQueue].  
SQL71501: Service: [InternalMailService] has an unresolved reference to Queue [dbo].[InternalMailQueue].	Udemy_cicd_20211025	  
SQL71501: Service: [syspolicy_event_listener] has an unresolved reference to Queue [dbo].[syspolicy_event_queue].	  

143574-image.png

143594-image.png

SQL Server | Other
{count} votes

1 answer

Sort by: Most helpful
  1. CathyJi-MSFT 22,406 Reputation points Microsoft External Staff
    2021-10-26T02:24:00.517+00:00

    Hi @JeannieH(COLLABERA INC) ,

    Add a database reference to master:
    • Under the project, right-click References.
    • Select Add database reference....
    • Select System database.
    • Ensure master is selected.
    • Press OK.
    Note that it might take a while for VS to update.

    If it does not work, on the table sql file, please right click properties and verify the BuildSettings are set to Build.


    If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    1 person found this answer helpful.
    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.