是否可以将 ssis 项目添加到 Visual Studio 解决方案中?
我们的项目有两部分:由sql作业执行的SSIS包和主流的mvc3 Web应用程序。我们正处于创建可部署单元的阶段。想知道是否可以将 SSIS 项目添加/包含到 Visual Studio 解决方案中,以便一个解决方案文件打开整个项目?
our project has two parts.. the SSIS packages that are executed by sql jobs and the mainstream mvc3 web-application. We are at the point of creating the deployable units. Wondering if theres anyway to add/include the SSIS project into the Visual Studio solution so that one solution file opens up the project as a whole?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
VS 2010 尚不支持 SSIS 项目。因此,您无法将 SSIS 项目添加到 VS 2010 解决方案中。如果您使用的是 VS 2008,那么您可以这样做。
VS 2010 doesn't support SSIS projects yet. So, you can't add SSIS project to a VS 2010 solution. If you are using VS 2008 then you do that.
是的,你可以。在VS中打开你的任意一个项目,右键单击解决方案->添加->现有项目->指向您的第二个应用程序。
Yes, you can that. Open any one of your project in VS, right click on solution->Add->Existing Project-> point to your second application.