E
Eric
I am developing an application to perform an automated mail merge
using MS Word 2000 (version 9), however when installing Visual Studio
..NET, the application installed the core components from the MS Office
object model for Office XP (version 10). So when the code is
compiled, it is compiled using the Word (v9) DLL and the Office (v10)
DLL, but when it is deployed to the server it fails. This is caused
by the server only having Word (v9) and Office (v9) installed. We
need to also install the core Office XP (v10) components on the
servers as well. I am tring to figure out a way to do this in a clean
way. One option would be to install VS .NET onto the server. This
is, in my opinion, overkill to get a few DLLs onto the sever, but it
works.
Does Microsoft have a way to install only the core Office XP
components?
Has anyone else found a workaround for this problem?
Regards,
Eric
using MS Word 2000 (version 9), however when installing Visual Studio
..NET, the application installed the core components from the MS Office
object model for Office XP (version 10). So when the code is
compiled, it is compiled using the Word (v9) DLL and the Office (v10)
DLL, but when it is deployed to the server it fails. This is caused
by the server only having Word (v9) and Office (v9) installed. We
need to also install the core Office XP (v10) components on the
servers as well. I am tring to figure out a way to do this in a clean
way. One option would be to install VS .NET onto the server. This
is, in my opinion, overkill to get a few DLLs onto the sever, but it
works.
Does Microsoft have a way to install only the core Office XP
components?
Has anyone else found a workaround for this problem?
Regards,
Eric