How to know when an add-in might be causing Word to behave unexpectedly 25 Apr 2008 9:07 AM B
[更多…]-
How to know when an add-in might be causing Word to behave unexpectedly
-
[转]C#中string[]数组和list<string>泛型的相互转换
从string[]转list<string> string[] str={“1″,”2”}; list<string> list
[更多…] -
[转] – 独乐乐不如众乐乐——将 VSTO 插件部署给所有用户
VSTO 插件(也叫”托管代码 Office 插件”)在部署方面有一个严重的不足,简单来说,微软只告诉了我们如何把这些插件部署到单个用户环境;而”如何一次性部署
[更多…] -
C#取得系统的特殊目录
Environment.GetFolderPath(Environment.SpecialFolder.XXX)方法 XXX如下 系统特殊文件夹是包含公共信息的文件夹,如“Pr
[更多…] -
Property Reference – properties defined by Windows Installer
This section lists the properties defined by Windows Installer: Component Location Properties Config
[更多…] -
Deploying your VSTO 2008 Add-In to All Users (Part III)
UPDATE March 11, 2010: Office 2010 does support deploying managed add-ins to HKLM which makes the be
[更多…] -
KB976477 "The expected version…" error
I’m trying to install hotfix 976477 so that we can use a VSTO add-in for all users and no matt
[更多…] -
Deploy Office 2003 VSTO add in to All Users using Visual Studio 2008
Deploy Office 2003 VSTO add in to All Users using Visual Studio 2008 Deploying VSTO add-ins can be a
[更多…] -
VSTO 2008 Add-in for All Users
Does your add-in target Office 2010? (you say your test machine has Office 2010 installed…). I
[更多…] -
2007 Office 系统应用程序不会加载外接程序通过使用 VSTO 开发的
症状 2007 Office 系统应用程序不会加载外接程序通过使用 Visual Studio 工具为 Office (VSTO) 开发的。 注意VSTO 外接程序注册 HKEY_LOCAL_MACH
[更多…]