I have a program that I'm working on that contains a COM reference to Excel.
Is there a way to change how the program links to the DLL? My problem is that once I move the program out of the bin\debug folder, it stops working. The form will load, but none of the Excel functions work. I tried to copy the DLL along with the program, but that doesn't help either.
Any suggestions?
Is there a way to change how the program links to the DLL? My problem is that once I move the program out of the bin\debug folder, it stops working. The form will load, but none of the Excel functions work. I tried to copy the DLL along with the program, but that doesn't help either.
Any suggestions?