VS 2012 Database Project “unresolved reference to object” Error

后端 未结 9 1357
再見小時候
再見小時候 2020-12-16 09:02

I created SQL Server Database Project in VS 2012 & imported our database. When I build the project, I get a lot of \"unresolved reference to object\" Errors. These error

9条回答
  •  青春惊慌失措
    2020-12-16 10:01

    This happened to me when building a CTE in Visual Studio 2015. I changed the Build Action to Compile and the errors went away.

    1. Select the file(s) with the error
    2. Press F4 to see the properties.
    3. Select 'Compile' in the Build Action drop down list.

    Hope this helps someone.

提交回复
热议问题