在 Visual Studio 安装之间传输保存的数据连接
我经常使用 Visual Studio 中的数据和架构比较工具。我刚刚在新虚拟机上安装完 VS 2010,当然,我意识到以前安装时保存的所有数据连接都不可用。有没有办法在 VS 2010 安装之间转移这些连接?
I use the data and schema comparison tools in Visual Studio a great deal. I just finished installing VS 2010 on a new VM and realized, of course, that all the saved data connections from my previous installation are not available. Is there a way to transfer these connections between installations of VS 2010?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
复制文件即可
我相信您只需从
C:\Users\\AppData\Roaming\
,数据连接到 VM 中的同一位置。Microsoft\VisualStudio\10.0\ServerExplorer\DefaultView.SEView
安装中的
I believe you just copy the file from
C:\Users\<username>\AppData\Roaming\
Microsoft\VisualStudio\10.0\ServerExplorer\DefaultView.SEView
from the installation with the data connections to the same location in the VM.