Jason,
I could see the same error return (File not found) from the IVI DCPwr example at the same line,
(ProgramFiles/IVI/Drivers/ividcpwr/Exampless/CVI/ividcpwr.prj.)
As I see, this error seems like generated when the IVI driver configuration is set up incorrectly such as selecting an IVI-COM driver.
Normally you would create a Logical Name, Driver Session, and Hardware Asset entries and configure the link each other, in the NI-MAX tool. Plus, the Software Module selection in the Driver Session's "Software" tab must point a valid IVI-C driver.
As I know the Agilent N5700 driver provided from Agilent is an IVI-COM driver only (not a IVI-C), and selecting such IVI-COM driver as Software Module does generate the "File not found" error. This is because the driver DLL does not export prefix_init() function.
I recommend you to check if the "Software" tab for your Driver Session setting does display the "Module Path" selection such as prefix.dll or prefix_32.dll and does not display any Prog-ID name.
Message Edited by Makoto on 05-30-2005 06:20 PM