简体   繁体   English

Visual Studio SSDT 数据库项目在重新启动时不会显示架构节点

[英]Visual Studio SSDT Database project will not display schema node on restart

I added a project by importing from a database connection.我通过从数据库连接导入添加了一个项目。

Everything is fine until I quit VS and relaunch.一切都很好,直到我退出 VS 并重新启动。

All the files are present in the project directory.所有文件都存在于项目目录中。

VS only shows the Properties and References nodes under the project node. VS 只显示项目节点下的 Properties 和 References 节点。

I can find no way to display the schema node that was / should be there.我找不到显示曾经/应该在那里的模式节点的方法。 Compare/update adds a 2nd copy of everything with _1 on the end of every file.比较/更新在每个文件的末尾添加带有 _1 的所有内容的第二个副本。

Is there a fix / way to get these files in the solution explorer again?是否有修复/方法可以再次在解决方案资源管理器中获取这些文件?

You didn't save the solution/project after import.导入后您没有保存解决方案/项目。 I suggest you to delete everything and start from scratch.我建议您删除所有内容并从头开始。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM