![]() |
If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. |
|
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
![]()
Our Dev team has developed a COM that is to be used with Outlook 2003,
2002 and 2000. The code works well with the Outlook 2003 version, but does not show at all in the other two versions(OL 2000,2002). We have tried developing the code using the "Building Outlook 2002 Add-ins with Visual Basic .NET" method. The COM code that was working was converted from VB6 to .Net. The regsitry references for the add-in are being imported using the Installer.(again this works fine in 2003). What else are we missing that we are not doing. Any suggestions? |
#2
|
|||
|
|||
![]()
Which version of the OOM are you using ?
Perhaps if are using the 11.xxxx version and trying to access a property/method not exposed in Outloook 2000 or Outlook 2002 you are generating an exception that may not be caught and is causing your add-in to not work. Rog Osi wrote: Our Dev team has developed a COM that is to be used with Outlook 2003, 2002 and 2000. The code works well with the Outlook 2003 version, but does not show at all in the other two versions(OL 2000,2002). We have tried developing the code using the "Building Outlook 2002 Add-ins with Visual Basic .NET" method. The COM code that was working was converted from VB6 to .Net. The regsitry references for the add-in are being imported using the Installer.(again this works fine in 2003). What else are we missing that we are not doing. Any suggestions? |
#3
|
|||
|
|||
![]()
Did you install the PIAs for the appropriate Office version on the client machines?
-- Sue Mosher, Outlook MVP Author of Configuring Microsoft Outlook 2003 http://www.turtleflock.com/olconfig/index.htm and Microsoft Outlook Programming - Jumpstart for Administrators, Power Users, and Developers http://www.outlookcode.com/jumpstart.aspx "Osi" wrote in message oups.com... Our Dev team has developed a COM that is to be used with Outlook 2003, 2002 and 2000. The code works well with the Outlook 2003 version, but does not show at all in the other two versions(OL 2000,2002). We have tried developing the code using the "Building Outlook 2002 Add-ins with Visual Basic .NET" method. The COM code that was working was converted from VB6 to .Net. The regsitry references for the add-in are being imported using the Installer.(again this works fine in 2003). What else are we missing that we are not doing. Any suggestions? |
#4
|
|||
|
|||
![]()
Rog & Sue Mosher:
We compile the code using 9.xxx version. Also all the interops are located in the application directory. Should i be adding references to specific Office versions inside the GAC? The Office assembly in the working windows 2003 machine has 2 office assemblies, one without a vesion and one with a version of 11.xx. Im assuming that since i have the one with 11.x on my 2003 office that is why it works. Does the .Net redistributable have the necessary tools to get the version specific assemblies? I am in charge of running the Wise installation for the application, should i be adding them though Wise? I am new to all of this, and its quite overwhelming to take in all at once. Thanks for help so far Gustavo |
#5
|
|||
|
|||
![]()
Downloaded and installed the necessary Outlook.dll Interop Assemblies
from the OfficeXP PIA redistribuatable to the GAC using the gacutil.exe Still have no menus or controls showing afterward when i launch Outlook 2000 or 2002........ |
#6
|
|||
|
|||
![]()
The OfficeXP PIAs are not supposed to work pre OUtlook 2003.
that is not to say that won't work, but some methods/properties that are exposed in the PIA will not work on Outlook 2000/2002 Rog Osi wrote: Downloaded and installed the necessary Outlook.dll Interop Assemblies from the OfficeXP PIA redistribuatable to the GAC using the gacutil.exe Still have no menus or controls showing afterward when i launch Outlook 2000 or 2002........ |
#7
|
|||
|
|||
![]()
I contacted a company that facilitates the installation of Interops and
other .Net addins. They say that they have a Office2000 PIA and works with Outlook, but it still has many bugs so they are not at the redistribution stage. But from my research everything states otherwise, that there is no such thing. If there is a office 2000 PIA where is it? MSDN has nothing related to such a thing. |
#8
|
|||
|
|||
![]()
You need to install the PIAs for the appropriate version of Office on each client machine. this is separate from the .NET Framework installation. I haven't work with the Wise tool.
-- Sue Mosher, Outlook MVP Author of Configuring Microsoft Outlook 2003 http://www.turtleflock.com/olconfig/index.htm and Microsoft Outlook Programming - Jumpstart for Administrators, Power Users, and Developers http://www.outlookcode.com/jumpstart.aspx "Osi" wrote in message oups.com... Rog & Sue Mosher: We compile the code using 9.xxx version. Also all the interops are located in the application directory. Should i be adding references to specific Office versions inside the GAC? The Office assembly in the working windows 2003 machine has 2 office assemblies, one without a vesion and one with a version of 11.xx. Im assuming that since i have the one with 11.x on my 2003 office that is why it works. Does the .Net redistributable have the necessary tools to get the version specific assemblies? I am in charge of running the Wise installation for the application, should i be adding them though Wise? I am new to all of this, and its quite overwhelming to take in all at once. Thanks for help so far Gustavo |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
VB.net Cannot add userproperties | Ben | Add-ins for Outlook | 2 | February 24th 06 11:32 AM |
NET Folders calendar in Outlook 2000...can't get sharing informati | Brent White | Outlook - Calandaring | 0 | February 17th 06 04:11 PM |
CommandbarComboBox-Event in COM Add-In (VB .net 2005) | mcp_virtue | Outlook and VBA | 0 | February 12th 06 10:00 PM |
Outlook 2002 Find Does Not Work | [email protected] | Outlook - General Queries | 0 | January 23rd 06 09:31 PM |
best way to support outlook 2000, 2002, and 2003 and .NET | Josh Einstein | Add-ins for Outlook | 1 | January 8th 06 08:30 AM |