I have a module in my app that creates Excel reports from a query agaist the database. I'm using interop.Excel.dll. It works fine in my testing on my development machine.
But after compiling I sent the new executable to my client and when she ran it it gave her the error message with something like:
'Can not find interop.Excel.dll'
So I sent her the dll and had her put it into the bin folder of the application and she ran it again and it still gave her the same error.
What do I need to have her do?
But after compiling I sent the new executable to my client and when she ran it it gave her the error message with something like:
'Can not find interop.Excel.dll'
So I sent her the dll and had her put it into the bin folder of the application and she ran it again and it still gave her the same error.
What do I need to have her do?