Does anyone know if NI is planning on improving their .NET interface for LabVIEW in LabVIEW 8? The issue I have with the current setup is that it requires you to put the .NET assembly in the same directory as the vi calling it. This is not realistic if I want to install the assembly as reuse on a system and have multiple applications call it. Can't it find the assembly using default dll search paths (system 32 and system directories), or the path you select when you add the assembly?