01-23-2012 03:30 AM
Hello,
I have the same Problem with the message "Refnum Not Available For RT" when I run the application as a exe.
This message I can see when I set a probe on a Ref. If I run this application on my environment, I have no problem...
What is the reason? I don`t use RT, running on WinXp.
01-24-2012 01:08 PM
Hi GT123,
Could you provide a screenshot of your code and the error message to help us understand your application better. Are you attempting to use this application with any hardware? In addition, what type of build specifications are you using when building your .exe?
Regards,
01-24-2012 11:20 PM
Hello, I`ve found the reason.
I thougt that I have a Problem because I got the message "Refnum Not Available For RT".
But:
I connected to a build with network remote. And because of this, one SubVI which is responsible for the transfer the "properties" from all controls...
runs very slow (-> network remote) and I had to wait very long, so I debugged this SubVi and set a probe on the Refnum stripes, an there I got this
message.
But yesterday I haven seen that when I use the application (without remote) normal, I haven`t any speed problems....
Thank you for all helps, and sorry my English is not the best
08-10-2016 02:08 PM
I have same problem, running an executable to debug and probe on VI Reference write and read, the probe says "Refnum not available for RT". (I'm running window7, debugging an Event Stucture.that is throwing error -1370 from "Get Drag Data").
I'm running the exe locally, so I should not have a problem with the "Refnum Not Available for RT". This message should now show in the probe correct? When I check the "Stop if Not A Refnum" is never stops (its a good refnum).
08-11-2016 07:46 AM
OK, I get it, the message "Refnum Not Available for RT" is not an issue, when the executable is running in debug mode connection to the exe is always remotely. I removed the "Get Drag Data" and my problem with error code -1360 went away.