恢复 VS 2010 默认 SD 设计器?
我最近在 VS 2010 环境中安装了 BizTalk 2010,该环境已经连接到源代码控制、SVN 等。BizTalk 2010 控制了我的 XSD 设计器,现在它看起来有所不同。
有没有办法在不运行“devenv /resetsettings”的情况下恢复我的 XSD 设计器?
我担心重置设置会让我回到以前的状态,我可能必须重新安装所有 VS.NET 加载项
I recently installed BizTalk 2010 on my VS 2010 environment that is already hooked to source control, SVN etc. BizTalk 2010 took control of my XSD designer and now it looks different.
Is there a way to revert my XSD designer without running "devenv /resetsettings"?
I'm afraid reset setting will put me back to before time and I might have to reinstall all VS.NET add-ins
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
正如您所注意到的,默认情况下,BizTalk Server 2010 开发人员版连接了一个基于分层的图形 XSD 设计器。该设计器取代了内置的 XSD“数据集”设计器。
您仍然可以使用内置设计器打开任何 .xsd 文件。只需选择“OpenWith”选项,系统就会提示您选择合适的设计师。
如果您想恢复使用内置数据集设计器打开 .XSD 项目文件,只需执行与上述相同的步骤,但在使用您从现在起最可能想要使用的设计器打开文件时选择“设置为默认值” 。
警告:请注意,您将无法在 BizTalk 项目中编译架构。事实上,BizTalk XSD 设计器还在您的 .btproj 项目文件中添加了一些架构元数据(特别是相应的 .net 编译类的类型名)。
By default, BizTalk Server 2010 developer edition hooks up a graphical, hierarchical-based XSD designer, as you've noticed. This designer replaces the builtin XSD 'dataset' designer.
You can still open any .xsd file with the builtin designer. Just select the "OpenWith" option and you will be prompted with a choice of appropriate designers.
If you want to revert to using the builtin dataset designer to open .XSD project files, just perform the same steps as outlined above, but select "Set as default" when opening the file with the designer you most likely want to use from now on.
Warning: please, note that you will loose the ability to compile schemas in your BizTalk projects. Indeed, the BizTalk XSD designer also adds some schema metadata in you .btproj project files (specifically, the typename of the corresponding .net compiled class).