07-07-2011 07:15 AM
Hi everyone,
I recently switched from Labview 8.2.1 to Labview 10.
Before I can run the project I get the error which you can see in the attachment.
(The project is running well in Labview 8.2.1)
I did already check if variables end with a space, but none of them are.
The variables are also without any slashes, so that couldn't be the problem either.
Does anybody has any idea what the problem can be, please let me know.
I hope to hear from some of you soon.
Regards,
Kenny
07-07-2011 08:21 AM
Have you tried installing the LV2010 f2 patch, http://zone.ni.com/devzone/cda/tut/p/id/11869#242603_by_Category and see if you get the same result?
07-07-2011 08:53 AM
I can not install the patch.
He says that I first have to install Labview 2010, but I already did that.
So another strange thing that is happening.
I got version 10.0.1 of Labview 2010, service pack 1.
Do you have any ideas left?
Regards
07-07-2011 09:10 AM
Your other post in the other thread indicates you've looked at that thread. Based on that have you checked your variable names to see if any of them are multi-line? The error message is basically telling you that you have illegal characters. A carriage return (\r) or a new line (\n) is an illegal character.