05-12-2011 10:10 AM
Who can help me.
Today I started LabVIEW and I want to build my application and I got this error:
Fehler 7 ist bei AB_Engine_HandleLinkErrors.vi -> AB_Engine_Update_Source_from_Linker.vi -> AB_Build.lvclass:CalculateDependencies.vi -> AB_Build.lvclass:Build.vi -> AB_EXE.lvclass:Build.vi -> AB_Build.lvclass:Build_from_Wizard.vi -> AB_UI_FRAMEWORK.vi -> AB_Item_OnDoProperties.vi -> AB_Item_OnDoProperties.vi.ProxyCaller aufgetreten
I've build applications in the past without any problems but now.....
Thanks for any help
05-12-2011 10:54 AM
Try recompiling all the Vi's and then try rebuilding your application. DO start a new one just in case.
05-12-2011 01:33 PM
Now I think about:
What is the easiest way to recompile all the VIs.
05-12-2011 01:42 PM
Go to Tools option Advanced and Mass Compile. If you have Vi's in different folder do it folder wise,. Or go to Project file and do it.
Try this too, Delete the project file and create new one add all your VI's and save and then try building the application,
Kudos appreciated. :manvery-happy:
05-12-2011 02:39 PM
Sorry.
But all the tips don't work.
I still get the same error message.
Anything else I can try???
05-12-2011 03:07 PM
Are you able to run the VI ? and while selecting the EXE build path, is that too long ? If yes try saving in path which has only few characters less than 255.
What is "Fehler 7 ist bei"? What error code are you getting try searching internet on that error code.
05-12-2011 03:18 PM
I'm able to run the complete project in LabVIEW. I never changed the EXE build-path.
Path is: C:\Dokumente und Einstellungen\z131583\Eigene Dateien\Projekte\Meggis CPC\
The error-code is 7.
05-12-2011 03:56 PM
dont mind can you build the application in another PC to avoid PC as some cause due to some unknown reason
05-13-2011 08:54 AM
Hi There,
do you use the Report Generation Toolkit and the standard-report?
Another reason could be, that you have spaces etc. in the build specification name.
Cheers, RMathews
05-16-2011 12:25 AM
So I've tried it on an other PC and it was working again.
I don*t know why.
But when I tried to copy it back it was the saem although I did a mass compile on the other PC.
What have I done.
I took one of the old versions and modified it over the weekend.
But if somebody know what's happened or someone has any solution let me know.
@RMathews: I have the LabVIEW 8.5 Developer Studio including the Report Generation Toolkit on both PCs.
Eddy