Outlook addin update error => addin gone and update not working!!
Wed, 23 Jul 2008 00:38:05 -0700
I have been developing an outlook addin which has been upgraded multiple
times succesfully. Currenlty we have one deployment on a Pc where the upgrade
fails with the following message:
=======
The customization cannot be installed because another version is currently
installed and cannot be upgraded from thi ...
|
Project 2007 Add-in - Read Lookup table values from Project server
Tue, 22 Jul 2008 14:08:11 -0700
I am using Project Server 2007 and Project professional. I created one Lookup
table Field with Some values. I created a Text Field based on the Lookup
table.
The Text Field will be appear in each task(Task Level Text Custom Field).If
I open the Project Professional I get the lookup table values in the Text
...
|
How do I set VSTO 2005SE Publisher, Version and contact?
Tue, 22 Jul 2008 12:35:06 -0700
(Reposted from Developer Discussions/VSTO)
I have written an Outlook 2007 add-in using VB .NET and VSTO 2005SE. My
solution has 3 projects: my add-un (duh), a SetSecurity project, and a Setup
project. When the add-in is installed on an XP PC, the add/remove programs
"support info" link shows Publisher, Versi ...
|
Re: IRibbonExtensibility integration issue for unmanaged AddIn
Tue, 22 Jul 2008 18:01:00 +0200
kenslovak wrote on Tue, 22 July 2008 14:55
> I don't do C++ so I can't help with the exact code you need but the rule is
> that whatever class is handling the interfaces for IDTExtensibilty is the
> class that needs to handle the interfaces for IRibbonExtensibility. Are you
> doing that?
Yes, IDTExtensib ...
|
IRibbonExtensibility integration issue for unmanaged AddIn
Tue, 22 Jul 2008 05:18:14 +0200
Hello,
i am trying to integrate support for Outlook 2007s Ribbon interface in an otherwise already working AddIn using C++/ATL.
After quite some reading around however i still haven't come to the Point where IRibbonExtensibility::GetCustomUI() is actually called.
The main addin class looks like this:
class A ...
|
Removing button from Outlook on shutdown
Mon, 21 Jul 2008 11:03:17 +0100
Hi there,
I know this question has been asked many a time before, and I have
actually read 90% of the replies regarding it, unfortunately no solution is
working for me at the moment.
I create the button on startup and keep a reference to the
CommandBarControlPtr object. On shutdown, rather than ...
|
add-in Hook the save operation of the Word application
Mon, 21 Jul 2008 09:24:13 +0800
I develop a Word add-in using ATL.
I want to change the content of Word while the save operation excuting.
so i want to hook the save operation in the add-in.
How can i relize it?
Thank you!
...
|
|
|
Help file for user defined function in custom Excel add-in won't w
Fri, 18 Jul 2008 21:13:00 -0700
I created a function in VB and wanted to add a help file, so that when you
pull the function up in "insert function" you could click on "help with this
function" it pulls up the function. After some digging I discovered how to
do this:
right click "VBAProject (MyAdd-in)"
VBAProject Properties...
Help file na ...
|
Re: Disable controls in Outlook 2007?
Fri, 18 Jul 2008 18:40:23 -0400
Thanks -- definitely getting somewhere with 2003. You were right -- waiting to do the
spControl->put_Enabled(VARIANT_FALSE)
on id 478 until the Inspector is fully realized fixed it for the X button. However, the File->Delete menu item, which is the same id still doesn't work. So I wonder if that has to be ...
|
Timestamp between client machine and server is different
Fri, 18 Jul 2008 13:19:30 -0700 (PDT)
Hi,
One of my plugins is throwing an exception (clock cannot be in the
future), which I have discovered is related to
'timeToleranceInSeconds'. If I fiddle with the clock on the client I
can fix the exception, but this is an unacceptable solution as we have
around 100+ clients. I have searched around the web ...
|