PIA's don't appear in VS2005 Reference pane

I've downloaded and installed the Office PIA's (on my computer they go to C:\Windows\Assembly) and they appear in the Assembly. When I go to the properties of my project in the VS2005 IDE, click on the References tab and click on the ADD button, they don't show up in the .NET tab. Other items in the Assembly are there, but not the PIA's. I looked at the items starting with "I" and also starting with "Microsoft". Is there somewhere I can get the DLL's and place them in my custom assembly folder?
[504 byte] By [rSchild] at [2007-12-28]
# 1

Hi,

Try putting the DLL files in the BIN folder of your project/solution or just in the project/solution folder itself.

I'm not sure if you can use the IMPORTS statement at the top of your code window or not on DLL files.

Try it.>>

Imports whatever-the-DLL-fileName-Is.DLL

Regards,

S_DS

Spidermans_DarkSide at 2007-9-4 > top of Msdn Tech,Visual Basic,Visual Basic IDE...