将 VSTO 项目部署到服务器
未安装office是否可以使用vsto放置应用程序? 似乎并非如此,但我想知道是否有人有解决方法。
Is it possible to place an application using vsto if the office is not installed? It doesn't appear to be so, but I was wondering if anyone had a work-around.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
VSTO 包装了 Office 的自动化接口。 Office 正在幕后工作,因此必须安装。
VSTO wraps Office's Automation interfaces. Office is doing the work under the covers, so must be installed.
与Web Office Extensions相比,它是否也需要在服务器上安装Office?
Just to compare with Web Office Extensions, did it also need Office installed on the server?