+ Reply to Thread
Results 1 to 2 of 2

Thread: Porting VSTO Excel program from Office 07 to 03

  1. #1
    Alex_W is offline VB.NET Forum Newbie Alex_W is on a distinguished programming path ahead
    .NET Framework
    .NET 3.5 (VS 2008)
    Join Date
    Jan 2009
    Age
    28
    Posts
    22
    Reputation
    23

    Default Porting VSTO Excel program from Office 07 to 03

    Hi all,

    I made an application modifying Excel files referencing v12 COM component with Office 2007 and now I want to make a compatiable version for Office 2003.

    I removed the v12 reference to Office & Excel, copied to another PC (with Office 2003) and referenced v11 Excel & Office COM objects.

    Problem is it tells me that Microsoft.Office.Interop.Excel.Range isnt a valid reference anymore! Is there anything else I need to change to make this compatiable?

    Thanks for any help,
    Alex Webb

  2. #2
    Alex_W is offline VB.NET Forum Newbie Alex_W is on a distinguished programming path ahead
    .NET Framework
    .NET 3.5 (VS 2008)
    Join Date
    Jan 2009
    Age
    28
    Posts
    22
    Reputation
    23

    Default

    I have now fixed this issue by re-installing Office 03 with the Complete option so it includes programability components.

    One thing though; will this program only work on a PC with the programability components (v11 COM entries) installed with office? I know you need this in order to develop it but does this go for just using it as well???

    I get "Could not load file or assembly 'Microsoft.Office.Interop.Excel...'

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts