03-12-2007 07:52 AM
C:\DMV2\Alignment Station\Application\AlignmentStation.llb\LocateObject.vi
The VI became broken during the build process. Open the Build Specification and enable debugging to include the front panel and block diagrams."
Does anyone know how to troubleshoot this error? Why would the VI become broken during the build?
Note: My project uses LabVIEW objects but I've already tried building it using all three options under "Additional Exclusions".
Thanks
03-12-2007 09:24 AM
I have just seen this error in one of my builds. I don't know if this will solve yours but it solved mine.
In the VI that is broken during the build process I had a boolean constant connected to a case structure. When I replaced the constant with a control the VI was no longer broken during the build process.
As I said I have no idea why this fixed the issue or if your problem is related, but it is somewhere to start.
03-12-2007 12:11 PM
03-14-2007 12:06 PM
03-14-2007 12:52 PM
Here is a simplified version of my project that still exhibits the problem.
I have a custom VB.Net DLL (built using VB.Net version 2003) that interfaces with an Access database. The ReadOnlyDB class is a LabVIEW wrapper around my DLL.
The Main.vi just exercises the class.
Please let me know if you have any other questions, or need other information.
Thanks,
David
03-15-2007 06:09 PM
03-15-2007 08:22 PM
Sorry,
I must have forgot to add that to the zip. Here is DBInterface2.dll zipped up (it wouldn't let me attach the DLL)
Thanks
03-16-2007 05:50 PM
03-19-2007 08:25 AM
Thanks! I appreciate your efforts in trying to get to the bottom of this issue.
David
04-11-2007 11:39 AM