Visual Studio 2008 Extensions for SharePoint Svcs 1.3 缺少“快速部署”功能菜单项
我们正在使用 Visual Studio 2008 Extensions for SharePoint Svcs 1.3 开发 Sharepoint 解决方案。
一些开发人员有“快速部署”和“打包”菜单选项,一些开发人员从未有过。目前没有人拥有它。
我们想知道项目文件中是否有一个 Guid 导致它可用。
问题是我们怎样才能再次恢复这个菜单项。
谢谢
设拉子
We are developing a Sharepoint solution using Visual Studio 2008 Extensions for SharePoint Svcs 1.3.
Some of the developers have had a "Quick Deploy" and a "Package" menu option, some of the developers have never had it. Currently nobody has it.
We are wondering if there is a Guid in the project file that causes this to be available.
Question is how can we get this menu item back again.
Thanks
Shiraz
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我们最终解决了这个问题。
问题的根本原因是一些开发人员使用了早期版本的 vsewss。当他们将更改合并到解决方案文件中时,我们失去了快速部署的能力。
我们解决了这个问题,方法是创建一个新的解决方案文件,然后将所有现有项目添加到其中。
We eventually solved this.
The root cause of the problem was that some of the developers had an earlier version of vsewss. We lost quick deploy when they merged there changes into the solution file.
We solved it, by creating a new solution file and then adding all of the existing projects to it.