如何避免手动编辑清单文件
我的VB.Net应用程序使用独立的activeX(外部),它依赖于另一个activeX(内部),两者都使用registration-free-com。
生成的清单文件仅包含外部 activeX 的信息。 (可能是因为vs无法知道外部activeX正在使用内部activeX)
当我重新构建我的项目时,我总是需要手动将内部activeX的信息添加到清单文件中,否则应用程序只显示外部,而不显示内部activeX内。
有没有办法通知 Visual Studio (2010) 我不希望它为每个构建重新生成清单文件?
谢谢,
阿塔拉
My VB.Net application uses isolated activeX (outer), that depends on another activeX (inner), both are using registration-free-com.
The generated manifest file contains only the information for the outer activeX. (probably because vs cannot know that the outer activeX is using inner activeX )
When I re-build my project, I always need to manually add the information for the inner activeX to the manifest file, otherwise the application only shows the outer, without the inner.
Is there a way to inform visual studio (2010) that I do not want it to re-generate the manifest file for each build?
Thanks,
Atara
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
试试这个:
/MANIFEST(创建并排程序集清单)
Try this:
/MANIFEST (Create Side-by-Side Assembly Manifest)