LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Error code 2146823136

Solved!
Go to solution

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

0 Kudos
Message 1 of 4
(2,426 Views)
Solution
Accepted by topic author karenlee_53

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.

0 Kudos
Message 2 of 4
(2,422 Views)

Hi Ray,

 

This is really the file path problem. I fixed it.

Thanks a lot!

 

Karen

0 Kudos
Message 3 of 4
(2,407 Views)

You're welcomed 🙂

0 Kudos
Message 4 of 4
(2,398 Views)