VS 2012 Database Project “unresolved reference to object” Error

后端 未结 9 1359
再見小時候
再見小時候 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条回答
  •  猫巷女王i
    2020-12-16 09:55

    One other possibility is that the schema you have used in your view/table etc does not exist in the project. You may need to add the schema to the VS Database Project.

    Right Click the project and Add > New Item > Schema

提交回复
热议问题