I wrote a VB6 app to communicate to my PXI cage and the NI-4070 dmm, which worked. I then installed VS.NET and ran the upgrade wizard. Calls to the various P&P functions, such as niDMM_ConfigureACBandwidth were changed by the wizard to niDMM_32.niDMM_32Functions.niDMM_ConfigureACBandwidth. There were numerous instances of errors generated by the wizard of the form "niDMM_32Functions is not a member of niDMM_32". And sure enough, if I type "niDMM_32.", all I have for choices are IVIConstants and NIDMMConstants. How do I call these functions?