重庆会计继续教育网:Excel2007新知-Office2007系统初级协同工作配置
来源:
高顿网校
2014-06-27
高顿网校友情提示,*7重庆会计继续教育网上总结信息Excel2007新知-Office2007系统初级协同工作配置等内容公布如下:
2007 Microsoft Office System Primary Interop Assemblies
2007 Microsoft Office系统初级协同工作配置
Today we have the first of two guest posts from Patrick Smith, a program manager on the Office Programmability team.
今天,我们发表两篇来自Patrick Smith的客串帖子的*9篇,Patrick是Office编程组的项目经理。
Writing managed code against the 2007 Microsoft Office System products requires the use of an interop assembly. Just as we did with Microsoft Office System 2003, we are providing primary interop assemblies with the new 2007 Office. We’ve also made some changes to make the PIA’s a better experience with 2007. Among the areas we’ve addressed are:
要在Microsoft Office 2007系统中编写代码的话,需要使用协同工作配置(interop assembly)。正如我们在Microsoft Office系统2003中所作的,我们会和新的Office 2007一起提供协同工作配置。我们也做了一些改进,使得PIA在2007里更好用。在这些领域里,我们解决了: Installation
Redistribution
Backward Compatibility
安装
重新分配
向后兼容性
Installation
安装 In Office 2003, the PIA’s were set as an Install on Demand feature within Office Setup. This caused some headaches for the Office developer because you could never know for sure if the PIA’s were installed on the machine where you were installing your managed add-in. With 2007, we will be changing the default feature state for the PIA’s to install locally. While this will narrow the cases where the PIA’s are not installed on the machine, it doesn’t take care of 100% of the scenarios such as the .NET Framework being present on the machine during the Office installation. To catch these other scenarios, we will also release a PIA Redistributable package.
在Office 2003里,PIA被设定为Office安装中,根据需要安装的功能。这会导致一些头疼的问题,因为Office开发者永远不肯定PIA是否安装在你安装加载宏的机子上。对于2007,我们将更改缺省功能为PIA安装在当地硬盘。但是,这会使没有安装PIA的机子使用受限制,这不能照顾到100%的情况,例如在Office安装中机子上已经有了.Net框架。为了照顾这些情形,我们也将发行一个PIA重新分配套餐。 Redistribution
重新分配 During the spring of 2005, we released a PIA redistributable for the 2003 Office PIA’s which now gives you the license to redistribute the PIA’s with your solution. With 2007 Office System, we are releasing another redistributable containing the 2007 PIA’s and associated supporting files. Now, by taking the redistributable package and shipping it with your project, you can ensure that the PIA’s are installed properly when you install your solution.
在2005年春季,我们为Office 2003发行了一个可重新分配的PIA,现在你有权限来重新分配你自己解决方案的PIA了。和Office 2007系统一起,我们将发行另外一个包含2007 PIA和连带支持文件的可重新分配的套餐。现在,通过使用可重新分配的套餐并且将其和你的工程装载在一起,那么你在安装你自己的解决方案时就能够确保PIA被正确地安装。 Backward Compatibility
向后兼容性 Backward Compatibility is an area we where have focused much attention. We understand that as a platform, we must take steps to ensure that the managed solutions compiled against a 2003 PIA will continue to run properly against the 2007 version. To do this, we’ve taken some great strides during development of the individual object model to ensure that the changes to the OM do not break runtime compatibility.
向后兼容性是我们非常关注的领域。我们理解,作为一个平台,我们必须分几步来确保2003PIA下编译的解决方案将继续在2007版中正确运行。要实现这个,我们在个体对象模型的发展中已经做了几个大动作,以确保对象模型的变化不会导致运行时间兼容性崩溃。
In conjunction with the OM compatibility work we have done, we are also shipping publisher policy files for the Office PIA’s. These will automatically redirect code that is compiled against the 2003 PIA to the new 2007 PIA so that existing code compiled against a 2003 PIA will automatically be redirected to the corresponding 2007 PIA. As with any publisher policy, in cases where you may not want to redirect code to call the new PIA, you can override the policy by using the following tag in an application configuration file shipped with your managed assembly.
在与对象模型兼容性相关的工作中,我们也为PIA装载了Publisher策略文件。这将自动将在2003 PIA下编译的代码重定向到新的2007 PIA,以至于现存的在2003 PIA下编译的代码将自动被重定向到相应的2007 PIA。万一你在某处不希望重定向代码来调用新的PIA,因为有了Publisher策略,你可以在配置随带的应用软件参数配置中使用下述标识来忽略该策略。
2007 Microsoft Office System Primary Interop Assemblies
2007 Microsoft Office系统初级协同工作配置
Today we have the first of two guest posts from Patrick Smith, a program manager on the Office Programmability team.
今天,我们发表两篇来自Patrick Smith的客串帖子的*9篇,Patrick是Office编程组的项目经理。
Writing managed code against the 2007 Microsoft Office System products requires the use of an interop assembly. Just as we did with Microsoft Office System 2003, we are providing primary interop assemblies with the new 2007 Office. We’ve also made some changes to make the PIA’s a better experience with 2007. Among the areas we’ve addressed are:
要在Microsoft Office 2007系统中编写代码的话,需要使用协同工作配置(interop assembly)。正如我们在Microsoft Office系统2003中所作的,我们会和新的Office 2007一起提供协同工作配置。我们也做了一些改进,使得PIA在2007里更好用。在这些领域里,我们解决了: Installation
Redistribution
Backward Compatibility
安装
重新分配
向后兼容性
Installation
安装 In Office 2003, the PIA’s were set as an Install on Demand feature within Office Setup. This caused some headaches for the Office developer because you could never know for sure if the PIA’s were installed on the machine where you were installing your managed add-in. With 2007, we will be changing the default feature state for the PIA’s to install locally. While this will narrow the cases where the PIA’s are not installed on the machine, it doesn’t take care of 100% of the scenarios such as the .NET Framework being present on the machine during the Office installation. To catch these other scenarios, we will also release a PIA Redistributable package.
在Office 2003里,PIA被设定为Office安装中,根据需要安装的功能。这会导致一些头疼的问题,因为Office开发者永远不肯定PIA是否安装在你安装加载宏的机子上。对于2007,我们将更改缺省功能为PIA安装在当地硬盘。但是,这会使没有安装PIA的机子使用受限制,这不能照顾到100%的情况,例如在Office安装中机子上已经有了.Net框架。为了照顾这些情形,我们也将发行一个PIA重新分配套餐。 Redistribution
重新分配 During the spring of 2005, we released a PIA redistributable for the 2003 Office PIA’s which now gives you the license to redistribute the PIA’s with your solution. With 2007 Office System, we are releasing another redistributable containing the 2007 PIA’s and associated supporting files. Now, by taking the redistributable package and shipping it with your project, you can ensure that the PIA’s are installed properly when you install your solution.
在2005年春季,我们为Office 2003发行了一个可重新分配的PIA,现在你有权限来重新分配你自己解决方案的PIA了。和Office 2007系统一起,我们将发行另外一个包含2007 PIA和连带支持文件的可重新分配的套餐。现在,通过使用可重新分配的套餐并且将其和你的工程装载在一起,那么你在安装你自己的解决方案时就能够确保PIA被正确地安装。 Backward Compatibility
向后兼容性 Backward Compatibility is an area we where have focused much attention. We understand that as a platform, we must take steps to ensure that the managed solutions compiled against a 2003 PIA will continue to run properly against the 2007 version. To do this, we’ve taken some great strides during development of the individual object model to ensure that the changes to the OM do not break runtime compatibility.
向后兼容性是我们非常关注的领域。我们理解,作为一个平台,我们必须分几步来确保2003PIA下编译的解决方案将继续在2007版中正确运行。要实现这个,我们在个体对象模型的发展中已经做了几个大动作,以确保对象模型的变化不会导致运行时间兼容性崩溃。
In conjunction with the OM compatibility work we have done, we are also shipping publisher policy files for the Office PIA’s. These will automatically redirect code that is compiled against the 2003 PIA to the new 2007 PIA so that existing code compiled against a 2003 PIA will automatically be redirected to the corresponding 2007 PIA. As with any publisher policy, in cases where you may not want to redirect code to call the new PIA, you can override the policy by using the following tag in an application configuration file shipped with your managed assembly.
在与对象模型兼容性相关的工作中,我们也为PIA装载了Publisher策略文件。这将自动将在2003 PIA下编译的代码重定向到新的2007 PIA,以至于现存的在2003 PIA下编译的代码将自动被重定向到相应的2007 PIA。万一你在某处不希望重定向代码来调用新的PIA,因为有了Publisher策略,你可以在配置随带的应用软件参数配置中使用下述标识来忽略该策略。
扫一扫微信,学习实务技巧
版权声明:本条内容自发布之日起,有效期为一个月。凡本网站注明“来源高顿教育”或“来源高顿网校”或“来源高顿”的所有作品,均为本网站合法拥有版权的作品,未经本网站授权,任何媒体、网站、个人不得转载、链接、转帖或以其他方式使用。
经本网站合法授权的,应在授权范围内使用,且使用时必须注明“来源高顿教育”或“来源高顿网校”或“来源高顿”,并不得对作品中出现的“高顿”字样进行删减、替换等。违反上述声明者,本网站将依法追究其法律责任。
本网站的部分资料转载自互联网,均尽力标明作者和出处。本网站转载的目的在于传递更多信息,并不意味着赞同其观点或证实其描述,本网站不对其真实性负责。
如您认为本网站刊载作品涉及版权等问题,请与本网站联系(邮箱fawu@gaodun.com,电话:021-31587497),本网站核实确认后会尽快予以处理。
严选名师 全流程服务
其他人还搜了
热门推荐
-
学好会计电算化的4个小技巧 2022-01-04
-
会计新手必备:金蝶财会软件使用技巧 2018-07-06
-
会计实用工具:数字大写转换(数字大写) 2017-01-19
-
最实用的会计工具:数字大写转换 2016-08-18
-
会计人必须掌握的50个常用工具 2016-08-03
-
99%的会计需要用到的30个万能公式! 2016-08-03
-
财会工作必备EXCEL 技巧,一看就知道! 2016-08-03
-
国内会计科目的词汇:成本类科目 2016-06-27
-
不同用途财政资金安排,三种税务方案巧选择 2016-06-21
-
纳税人、增值税专用发票领购簿变更程序 2016-06-17
-
填写现金支票的有哪些具体的步骤与方法 2016-06-16
-
教你学会建账流程 2016-06-15
-
UFO报表的有哪几个状态 2016-06-15
-
用友U8出纳管理步骤 2016-06-15
-
运输方式常用表达 2016-06-07
-
运输方式常用表达 2016-06-07
-
工资、薪金所得税率表 2016-06-02
-
关税复合税率表 2016-06-02
-
企业所得税税率表 2016-06-01
-
契税的税率 2016-06-01
-
企业发票专用章事宜如何办理 2016-06-01
-
辅导期纳税人取得的发票何时抵扣 2016-06-01
-
土地使用费标准 2016-05-31
-
支票填写的注意事项 2016-05-27
-
跨境人民币可以怎么用 2016-05-18
-
50套会计工作者常用公式 2016-05-18
-
人民币大写金额转换工具 2016-04-27
-
股份制企业经常会用到的会计公式 2016-03-02
-
如何从会计报表中发现税收风险 2016-02-14
-
"三证合一"后,企业注销有涉税疑点咋办? 2016-02-14
高顿项目


