02-01-2011 12:04 AM
Hello,
I have a problem with referencing a SequenceFile.
In get a "Library not registered" error when I try to open a sequence file in my own written project.
While debugging the "TestExec" project I get the error "User-defined error code. [Error code -2147319779]" at the following line (see attachment):
02-08-2011 03:15 AM
Hi gho3t,
are you able to run your sequence file in TestStand?
Please remember that TestStand 2010 has only .NET support for 3.5
Kind regards
Carsten
02-08-2011 04:14 AM
Hi,
yes I am able to run the sequence file in TestStand 2010.
When I try to open the sequence file in my own written program or in the TestExec example program I get the error.
I set up my computer again and did not install .NET Framework 4.0, but I got the same error again.
Why is it possible to open the sequence file in TestStand 2010 but not in the TestExec?
Has anyone the same problem?
Thanks in advance.
11-14-2011 07:00 AM
I am getting the same problem here. It just came up within the past month. I am running Test Stand 4.1 and within the Test Exec program, when I bring up a test script, I receive the "Library not Found" error.
Does anyone have a solution?
Thanks
Minesh
08-13-2012 08:47 AM
I also have that, as of today. Sequence file can be loaded and executed in SeqEdit, get 0x8002801D ("Library not registered") in TestExec when loading the sequence file. Same in MFC and CVI version of TestExec. C#-version loads it, but cannot run it.
TS 4.1
Regards
Peter
08-14-2012 02:46 AM
I found out using ProcMon, that the type library {54FC0E61-E0A4-47A7-AC34-9F3AF1EDD648} was not found. This is TSDotNetUIControls.tlb. I checked on the machine and found that this file was indeed missing!
So it seems that installation was not complete. Any idea why that may be so? Can it have something to do with the fact that on Windows 7 no full .NET 4 Framework is installed but a client profile? Can I simply copy the tlb from a different machine (it is present in the installation on my XP machine) and register it?
Regards
Peter