VS 2012 Database Project “unresolved reference to object” Error

后端 未结 9 1339
再見小時候
再見小時候 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 09:40

    In my case, the function that couldn't be found was of Build Action=None and so it wasn't being included in the compile.

    Changing the Build Action to Build corrected this.

提交回复
热议问题