11-11-2008 03:08 PM
I have a project in Labview 8.2. I can open and run it well in Labview 8.6 but if i saved the main VI i cannot reopend it. Labview crash when trying to open the file after saving it. The original file is also the double size of the new one. The error says that the module nivision.dll crash. Here's the error
AppName: labview.exe AppVer: 8.6.0.4001 ModName: nivision.dll
ModVer: 8.6.0.49152 Offset: 00014715
thank you
11-12-2008 12:18 PM
11-13-2008 09:21 AM
11-14-2008 07:42 AM
11-14-2008 09:26 AM
I had a similar problem when I upgraded to 8.6. I found out that the guilty control was a reference to an image control that I was trying to pass to a subvi. Since it isn't possible to create this control directly, I had dropped an image control onto a reference control to create it.
I had used this control several places in my program. I ended up making it a strict type definition, which reduced it to one control to repair. By deleting and recreating the control, I fixed the problem.
Bruce
11-14-2008 10:07 AM
11-17-2008 05:13 PM
11-18-2008 09:59 AM