01-16-2012 06:18 AM
Hi,
I used LabVIEW 2010 and Report generation toolkit.
With my source code, everything runs well, and both in exe file which I built from these source code.
But after I build an installation file for another person, he runs the program to generate a report, he got an error message with error code 2146823136.
Is there anyone here who knows where I made a mistake?
Thanks!
Karen
Solved! Go to Solution.
01-16-2012 07:40 AM
It is often related to an invalid file path.. THis is just a wild guess without seeing your code.
I will ask the obvious question:
Do you write to a file with your program?
Does the path point to a hardcoded location?
Does the path or the drive exist on the other computer?
You can add error out clusters throughout your code to pinpoint where the error occurs with the executable version of your code.
01-16-2012 11:40 PM
Hi Ray,
This is really the file path problem. I fixed it.
Thanks a lot!
Karen
01-17-2012 10:12 AM
You're welcomed 🙂