They're not required, but from what I've read, they can assist with Office
development in .NET (though I've yet to find good use for them personally
... I've only had them create problems for me).
I do know that, on machines in my office that do not have the Office XP PIAs
installed, the Microsoft.Office.Interop.* assemblies do not exist in the GAC
whereas on my machine, where I have installed them (I also have Office 2K3),
they do exist in the GAC.
Tyler
Marc Rivait - 05 Jun 2005 12:22 GMT
I have this a try, and you were on the right track. I found some interops
for office 2003 which did the trick. Here is a link to where I found them.
'Office 2003 Update: Redistributable Primary Interop Assemblies
'http://www.microsoft.com/downloads/details.aspx?familyid=3c9a983a-ac14-4125-8ba0
-d36d67e0f4ad&displaylang=en
Thanks,
Marc.
> They're not required, but from what I've read, they can assist with Office
> development in .NET (though I've yet to find good use for them personally
[quoted text clipped - 6 lines]
>
> Tyler