Why does my programme not work on other computers with respect to Excel printouts

40 views Asked by At

I have created a programme using Visual Studio 2017 which utilises Microsoft.Office.Interop.Excel.dll. All work okay on my machine. I then compiled a run version which has been loaded on to a friends PC (He has Microsoft 365.) The programme works okay until I try to run the printouts which use EXCEL as the print mechanism. He does not seem to have Microsoft.Office.Interop.Excel.dll loaded. My Microsoft.Office.Interop.Excel.dll is found in directory “C:\Windows\assembly\GAC_MSIL\Microsoft.Office.Interop.Excel\15.0.0.0__71e9bce111e9429c” On his machine in directory “C:\Windows\assembly" he has Microsoft.Office.Interop.Excel. Anybody have any idea what I am doing wrong?

0

There are 0 answers