G
Guest
Hello: I have a C# Windows App that has a reference to the Word 2003 dll,
which from my understanding of things will boil down to the
Microsoft.Office.Interop.Word.dll PIA that lives in the GAC of the
Development Machine (e.g, my machine), since I have Office 2K3 installed on
my development machine. It is also worth noting that the version of the .Net
development environment I am using is Team Suite with Team Foundation Server.
The Team Foundation Server machine does not have Office 2K3 installed. When
a client build is done on a development machine, everything works fine. When
a TFS Build is attempted, it obviously fails because it can't find the
reference to the Word PIA DLL when being compiled on the TFS machine. So,
short of installing Word or Office 2K3 on the TFS machine, what should/can be
done on the TFS machine so that TFS Builds will be successful for my app?
which from my understanding of things will boil down to the
Microsoft.Office.Interop.Word.dll PIA that lives in the GAC of the
Development Machine (e.g, my machine), since I have Office 2K3 installed on
my development machine. It is also worth noting that the version of the .Net
development environment I am using is Team Suite with Team Foundation Server.
The Team Foundation Server machine does not have Office 2K3 installed. When
a client build is done on a development machine, everything works fine. When
a TFS Build is attempted, it obviously fails because it can't find the
reference to the Word PIA DLL when being compiled on the TFS machine. So,
short of installing Word or Office 2K3 on the TFS machine, what should/can be
done on the TFS machine so that TFS Builds will be successful for my app?