J
jeeva
Our Application Environment VS.Net 2003 – C#, Office XP – PowerPoint Object 10.0 library.
We need to distribute this application on all office platforms like office 97, 2000, 2003.To do this we created a msi setup checking all the dependencies and installed in the Office 2000 machine it is not working , it gives the following error “object reference not set to instance of objectâ€, this happens without office XP PIAs.
If we distribute with office XP PIAs it is given the following Error
“QueryInterface for interface Microsoft.Office.Interop.Powerpoint._Application failedâ€.
When we move to GAC assembly and see office dlls are not registered over there. Is this the problem if so how to register office dlls of XP in office 2000 machine or How to distribute the office XP PIAs in a office 2000 Machine.
We need to distribute this application on all office platforms like office 97, 2000, 2003.To do this we created a msi setup checking all the dependencies and installed in the Office 2000 machine it is not working , it gives the following error “object reference not set to instance of objectâ€, this happens without office XP PIAs.
If we distribute with office XP PIAs it is given the following Error
“QueryInterface for interface Microsoft.Office.Interop.Powerpoint._Application failedâ€.
When we move to GAC assembly and see office dlls are not registered over there. Is this the problem if so how to register office dlls of XP in office 2000 machine or How to distribute the office XP PIAs in a office 2000 Machine.