Dear all,
I wrote a programm in VB .NET using an excell file, recently i upgrade my office from xp to 2003, and now that i tried to run my program once again i get astrange error
"An unhandled exception of type 'System.Runtime.InteropServices.COMException' occurred in CdDataBase.exe
Additional information: Old format or invalid type library."
at this line:
wsheet = exl.Workbooks.Open("c:\file.xml").Worksheets.Item(1)
I tried to save the file as an older cversion of excell and also to change the COM reference to the new version, but both with no results
can you please help me?
Thank you
I wrote a programm in VB .NET using an excell file, recently i upgrade my office from xp to 2003, and now that i tried to run my program once again i get astrange error
"An unhandled exception of type 'System.Runtime.InteropServices.COMException' occurred in CdDataBase.exe
Additional information: Old format or invalid type library."
at this line:
wsheet = exl.Workbooks.Open("c:\file.xml").Worksheets.Item(1)
I tried to save the file as an older cversion of excell and also to change the COM reference to the new version, but both with no results
can you please help me?
Thank you