SSMS - Open SCA project issue

I'm able to open up SCA projects where the name of the project file matches the name of the directory it is contained in. But SCA (within SSMS) has an issue when it tries to open a project file where the name is different than the directory name.

Example:
C:\Test.Db\Test.Db.sqlproj <-- this works
C:\Test.Db\Db.sqlproj <-- this does not work

With the above example, SCA actually creates the directory: C:\Db

Also, this works fine in VS SCA, just not SSMS SCA. Is there a setting that I can use (maybe in the *.user file) that help fix this issue that I am unaware of?

Thanks
Tagged:

Best Answer

Answers

Sign In or Register to comment.