VB.NET and Office 2K.

  • Thread starter Thread starter Raul Costa
  • Start date Start date
R

Raul Costa

Hi,

I've developed a app that uses Excel to export some data.
My develop machine uses windows xp, office xp, and visual.net 2003.

In my client machine he has windows 2k and office 2k, and when i try to open
a existing excel file it gives me a
Err.number = 91

When i try in a windows and office xp everything works.

Any idears ?

Best regards,

Raul Costa
 
* "Raul Costa said:
I've developed a app that uses Excel to export some data.
My develop machine uses windows xp, office xp, and visual.net 2003.

In my client machine he has windows 2k and office 2k, and when i try to open
a existing excel file it gives me a
Err.number = 91

When i try in a windows and office xp everything works.

How do you use office? Are you using late binding or are you
referencing the office components?
 
Back
Top