Source of the Problem:
I've found this to occur when the following two things happen together:
- You have a variable defined for the project that isnt set.
- You are using an ALTER AUTHORIZATION ON DATABASE statement with this variable.
As you would expect, the fix here is to set the variable correctly since the real problem here is that visual studio doesn't tell you where the problem is occurring.
No comments:
Post a Comment