Measurement Studio for VC++

cancel
Showing results for 
Search instead for 
Did you mean: 

SequenceFileViewMgr "Library not registered" Error

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):

 

mSequenceFileViewMgr->PutRefSequenceFile(SequenceFilePtr(file));
The error occurs only when TestStand 2010 is activated.
When I debug the example project of the TestStand 4.1.1 directory and activate TestStand 4.1.1 no error occurs. 
Is there maybe a problem with TestStand 2010 and .NET 4.0? I tested the TestExec on a Windows 7 and a Windows XP machine and on both I get the error.
Thanks in advance.

 

0 Kudos
Message 1 of 6
(7,007 Views)

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

 

 

0 Kudos
Message 2 of 6
(6,958 Views)

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.

 

 

0 Kudos
Message 3 of 6
(6,953 Views)

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

0 Kudos
Message 4 of 6
(6,740 Views)

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

 

0 Kudos
Message 5 of 6
(6,619 Views)

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

 

0 Kudos
Message 6 of 6
(6,613 Views)