Which version of LabVIEW are you using? I've done what you are describing in LabVIEW 7.0 and 7.1. All I had to do was to add the VI that was dynamically loaded using the "Add Dynamic VI..." button of the application builder. Have you done this?
When you create the reference to the dynamic VI, what is the value of the "VI path" input to the Open VI Reference? Could you be creating an absolute path to the directory the DLL is in instead of inside the DLL? The VI path should be [path the DLL is in]\DllName.dll\DynamicVIName.vi
Good luck!
Message Edited by phi on 03-31-2005 10:33 AM