![]() |
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
|
|||
|
|||
![]()
Hi,
I installed the vs 2007 on vista , with office 2007 ultimate. I have work solution - shared add in (not vsto) for outlook 2003 when building the solution there are many errors when referenced : Microsoft Office 12.0 Object Library Microsoft Outlook 12.0 Object Library Should i install also office 2003 in this machine ? or it's a bug , and how to solve it? thanks |
#2
|
|||
|
|||
![]()
Hi , still wait for some answer
![]() I uninstall the vs 2007 and return back to vs 2005 pro with sp1 , but I have the same problem. Can't install the "Office 2003 Primary Interop Assemblies" without install office 2003 , but I already have office 2007 in this machine , should I install both on same machine? other question: maybe it's better to convert the add in to support VSTO , but I want to create ONE add in both to office 2003 and 2007 , or , create 2 add ins , but be able to create one setup that will : 1 - check what version of outlook the user have 2 - download and install only the version that support the outlook version. I already have a working shared add in , so I prefere to stay with it any suggestions? thanks "semedao" wrote in message ... Hi, I installed the vs 2007 on vista , with office 2007 ultimate. I have work solution - shared add in (not vsto) for outlook 2003 when building the solution there are many errors when referenced : Microsoft Office 12.0 Object Library Microsoft Outlook 12.0 Object Library Should i install also office 2003 in this machine ? or it's a bug , and how to solve it? thanks |
#3
|
|||
|
|||
![]()
Since Orcas is a beta you really should be posting this in the beta group
for Orcas. -- Ken Slovak [MVP - Outlook] http://www.slovaktech.com Author: Absolute Beginner's Guide to Microsoft Office Outlook 2003 Reminder Manager, Extended Reminders, Attachment Options http://www.slovaktech.com/products.htm "semedao" wrote in message ... Hi , still wait for some answer ![]() I uninstall the vs 2007 and return back to vs 2005 pro with sp1 , but I have the same problem. Can't install the "Office 2003 Primary Interop Assemblies" without install office 2003 , but I already have office 2007 in this machine , should I install both on same machine? other question: maybe it's better to convert the add in to support VSTO , but I want to create ONE add in both to office 2003 and 2007 , or , create 2 add ins , but be able to create one setup that will : 1 - check what version of outlook the user have 2 - download and install only the version that support the outlook version. I already have a working shared add in , so I prefere to stay with it any suggestions? thanks "semedao" wrote in message ... Hi, I installed the vs 2007 on vista , with office 2007 ultimate. I have work solution - shared add in (not vsto) for outlook 2003 when building the solution there are many errors when referenced : Microsoft Office 12.0 Object Library Microsoft Outlook 12.0 Object Library Should i install also office 2003 in this machine ? or it's a bug , and how to solve it? thanks |
#4
|
|||
|
|||
![]()
Hi ken ,please read the second message that I post
the problem is not because of orcas the problem is because I don't want to install office 2003 , there is a way to have the interop without installation of office or , if I install only outlook 2003 , can I develop both for outlook 2007 & 2003 in the same pc , can I choose to debug it once againts 2003 and once againts 2007 ? "Ken Slovak - [MVP - Outlook]" wrote in message ... Since Orcas is a beta you really should be posting this in the beta group for Orcas. -- Ken Slovak [MVP - Outlook] http://www.slovaktech.com Author: Absolute Beginner's Guide to Microsoft Office Outlook 2003 Reminder Manager, Extended Reminders, Attachment Options http://www.slovaktech.com/products.htm "semedao" wrote in message ... Hi , still wait for some answer ![]() I uninstall the vs 2007 and return back to vs 2005 pro with sp1 , but I have the same problem. Can't install the "Office 2003 Primary Interop Assemblies" without install office 2003 , but I already have office 2007 in this machine , should I install both on same machine? other question: maybe it's better to convert the add in to support VSTO , but I want to create ONE add in both to office 2003 and 2007 , or , create 2 add ins , but be able to create one setup that will : 1 - check what version of outlook the user have 2 - download and install only the version that support the outlook version. I already have a working shared add in , so I prefere to stay with it any suggestions? thanks "semedao" wrote in message ... Hi, I installed the vs 2007 on vista , with office 2007 ultimate. I have work solution - shared add in (not vsto) for outlook 2003 when building the solution there are many errors when referenced : Microsoft Office 12.0 Object Library Microsoft Outlook 12.0 Object Library Should i install also office 2003 in this machine ? or it's a bug , and how to solve it? thanks |
#5
|
|||
|
|||
![]()
You cannot install both the PIA's for Outlook 2003 or 2007. Choose one or
the other. If you use Outlook 2003 PIA's you can run the addin in both versions but only can use early binding on objects from Outlook 2003, for Outlook 2007 you'd need to use late binding if you want to access specific Outlook 2007 properties. If you do that you cannot support the ribbon, which is in the mso.dll for Office 2007 and you cannot support form regions or custom task panes. Otherwise you can do 2 addins, one for Outlook 2003 and the other for 2007. For ribbon support with Outlook 2003 you can take a look at entries in Dennis Wallentin's blog, it's for Excel but the ribbon tlb can be used also with any Office 2007 addin. The blog entries for the ribbon are at http://xldennis.wordpress.com/2006/1...h-com-add-ins/ If you develop for Outlook 2003 PIAs you should be able to debug on an Outlook 2007 system, the PIAs should be automatically used. -- Ken Slovak [MVP - Outlook] http://www.slovaktech.com Author: Absolute Beginner's Guide to Microsoft Office Outlook 2003 Reminder Manager, Extended Reminders, Attachment Options http://www.slovaktech.com/products.htm "semedao" wrote in message ... Hi ken ,please read the second message that I post the problem is not because of orcas the problem is because I don't want to install office 2003 , there is a way to have the interop without installation of office or , if I install only outlook 2003 , can I develop both for outlook 2007 & 2003 in the same pc , can I choose to debug it once againts 2003 and once againts 2007 ? |
#6
|
|||
|
|||
![]()
thanks
so , in case I already have the 2007 , can i Install only outlook 2003 , then install the 2003 PIA , and than continue the way you wrote? or 2003 override some 2007 functionality ? "Ken Slovak - [MVP - Outlook]" wrote in message ... You cannot install both the PIA's for Outlook 2003 or 2007. Choose one or the other. If you use Outlook 2003 PIA's you can run the addin in both versions but only can use early binding on objects from Outlook 2003, for Outlook 2007 you'd need to use late binding if you want to access specific Outlook 2007 properties. If you do that you cannot support the ribbon, which is in the mso.dll for Office 2007 and you cannot support form regions or custom task panes. Otherwise you can do 2 addins, one for Outlook 2003 and the other for 2007. For ribbon support with Outlook 2003 you can take a look at entries in Dennis Wallentin's blog, it's for Excel but the ribbon tlb can be used also with any Office 2007 addin. The blog entries for the ribbon are at http://xldennis.wordpress.com/2006/1...h-com-add-ins/ If you develop for Outlook 2003 PIAs you should be able to debug on an Outlook 2007 system, the PIAs should be automatically used. -- Ken Slovak [MVP - Outlook] http://www.slovaktech.com Author: Absolute Beginner's Guide to Microsoft Office Outlook 2003 Reminder Manager, Extended Reminders, Attachment Options http://www.slovaktech.com/products.htm "semedao" wrote in message ... Hi ken ,please read the second message that I post the problem is not because of orcas the problem is because I don't want to install office 2003 , there is a way to have the interop without installation of office or , if I install only outlook 2003 , can I develop both for outlook 2007 & 2003 in the same pc , can I choose to debug it once againts 2003 and once againts 2007 ? |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Solution to my Outlook 2003 email hyperlink problem | Ed B | Outlook - General Queries | 0 | October 3rd 06 01:35 AM |
Creating an Outlook Task Add-in Solution using AdvancedSearch in C | Tom_in_Atlanta | Add-ins for Outlook | 2 | September 12th 06 03:14 AM |
2007 Render problem solution | Sandy Miller com> | Outlook - Installation | 4 | June 3rd 06 11:46 PM |
Solution to flags problem outside inbox for me, add-in to somehow activate tasks generated from messages? | StargateFan | Outlook - General Queries | 5 | May 31st 06 04:19 AM |
Still No Solution for Shared Contacts Management??? | Dewey | Outlook - Using Contacts | 0 | March 30th 06 12:01 AM |