J
John Mercure
I have a need to support Excel 2002 and Excel 2003 from the same version of a
..NET application. I am using C# for the development.
The code runs fine from the VS .NET environment with an Excel reference for
Excel 2002. I originally wrote the code with a reference to Excel 2003 and
subsequently downgraded to 2002 without issue in the development enviroment.
The current Excel reference within the .NET application is for Excel 2002.
When the application is installed on a PC that is running Excel 2003, the
following error is reported:
"File or assembly name Microsoft.Office.Interop.Excel, or one of its
dependencies was not found"
How do I support both Excel 2002 and Excel 2003 from the same application?
..NET application. I am using C# for the development.
The code runs fine from the VS .NET environment with an Excel reference for
Excel 2002. I originally wrote the code with a reference to Excel 2003 and
subsequently downgraded to 2002 without issue in the development enviroment.
The current Excel reference within the .NET application is for Excel 2002.
When the application is installed on a PC that is running Excel 2003, the
following error is reported:
"File or assembly name Microsoft.Office.Interop.Excel, or one of its
dependencies was not found"
How do I support both Excel 2002 and Excel 2003 from the same application?