07-20-2009 06:05 AM
I'm building an exe in Real Time (8.6.1) and get the following error:
An included file had a name collision with the top-level VI - .... Name conflicts involving top-level VIs are not allowed. You can rename files as part of the build process to avoid name conflicts.
How can i understand which is the file that collides?
07-20-2009 07:23 AM - edited 07-20-2009 07:24 AM
Since it should be obvious if two of the VI's you have written have the same name, you might have a VI (that you wrote) that has the same name as one in the NI libs that the builder is accessing.
07-21-2009 03:40 AM
The project had been converted from 8.6 to 8.6.1.
I recreated the project and the problem disappeared.
Dejavù: i often have problems with converted projects