installation of c# project
-
Hello, I have a project which has Excel object reference to object library 5.0. I want to install the project on some other comp.What files will I have to zip alongwith my .exe file I am working on Windows XP and the client is on Windows 2000. Will that make any difference. Is there any site which can help me in installation and guide me through versions of Excel and how to handle version differnces. Pritha
-
Hello, I have a project which has Excel object reference to object library 5.0. I want to install the project on some other comp.What files will I have to zip alongwith my .exe file I am working on Windows XP and the client is on Windows 2000. Will that make any difference. Is there any site which can help me in installation and guide me through versions of Excel and how to handle version differnces. Pritha
prithaa wrote:
What files will I have to zip alongwith my .exe file
I guess you will have to add redistributable PIA[^] to your set up.
prithaa wrote:
Is there any site which can help me in installation and guide me through versions of Excel and how to handle version differnces.
You can use late binding here. This[^] article would help understanding it.