10-08-2008 04:43 AM
I have two machines here which should be identically installed with WIndows XP SP2, TestStand 4.0.1 (exact version ist 4.0.0.1030). On one machine, everything runs normal, on the other one, the Sequence Editor as well das the Operator Interfaces (I tried the MFC version) crash, reporting that the VariablesView does not work.
The only difference I can currently make out between the machines is that the one with the problem does not run the "HID service" (for generic access to human interface devices). Is there a possible connection?
Regards
Peter
10-08-2008 09:59 AM - edited 10-08-2008 09:59 AM
Peter,
When does the crash occur? Does it happen when you try to interact with the TestStand Variables View or does it happen when the program is initialized? Can you attach a screenshot?
What versions of the .NET framework do you have installed on those two machines? Do you have TestStand 4.0.1 or 4.0.1f1 installed? (they both list the build version as 1030, but f1 contains a fix documented here).
10-09-2008 04:42 PM
Josh,
thank you. Took me a while to check it all and it wasn't TestStand's fault at all, but your link pointed me in the right direction. The description of the fix mentioned using the TestStand Version Selector, and that complained about being unable to register the "NationalInstruments.TestStand.Interop.UI.AxControls.dll". Using regasm directly in /verbose mode revealed that System.Windows.Forms could not be loaded. A simple repair of the .NET Framework 2.0 installation fixed the problem.
Thanks
Peter
10-10-2008 09:43 AM
Peter -
I am glad that you figured out the problem. Just curious, do you know why the .NET framework might have gotten messed up?
10-18-2008 09:46 AM
Scott,
sorry that took so long. No, actually I have no idea what messed up the .NET framework, except that there were a lot of back and forth installations on that machine of various things.
Regards
Peter