Page 1 of 1

Why has TeeChart reverted to Evaluation version

Posted: Tue Jan 30, 2018 5:11 am
by 16680913
Last year, I evaluated TeeChart Pro v2016. I then purchased, installed and registered this product.

After coming back to work from my Christmas vacation, TeeChart has reverted to the evaluation version.

What is going on?

Re: Why has TeeChart reverted to Evaluation version

Posted: Tue Jan 30, 2018 9:38 am
by yeray
Hello,

What sign of reversion to the evaluation version have you found exactly?

Re: Why has TeeChart reverted to Evaluation version

Posted: Wed Jan 31, 2018 11:21 pm
by 16680913
When I run my C++ programs, my charts have the Evaluation Version overlay. I also get the nag dialog.
If I try to run the TeeChart Pro AX feature demo, I get a message "Component 'MSINET.OCX' or one of its dependencies is not correctly registered: a file is missing or invalid".

I installed and activated TeeChart Pro ActiveX 2016 on 14 June 2017. I have screen shots.
On the same day, I tried to install TeeChart for .NET 2017 but that failed because I needed an offline installer.
On 28/6/2017 I successfully installed TeeChart for .NET 2017 on the same PC using the offline installer.

I have not been using this PC for months as I have been busy on another project.

I'm not sure if the installation of the .NET version caused the problem or if something has happened since.

Should I reinstall?

Re: Why has TeeChart reverted to Evaluation version

Posted: Thu Feb 01, 2018 8:11 am
by yeray
Hello,

Are you sure the registered version of TeeChart ActiveX was correctly installed on June 2017?
Maybe the registered version wasn't correctly registered (forgive the redundancy) in the system and the evaluation version is still active.
I'd suggest you to register the TeeChart2016.ocx manually. To do so, open an elevated command prompt, navigate to the TeeChart ActiveX installation folder (the registered version, not the evaluation version) and run:

Code: Select all

regsvr32 TeeChart2016.ocx
TeeChart .NET shouldn't interfere here in any way.

Re: Why has TeeChart reverted to Evaluation version

Posted: Thu Feb 01, 2018 11:05 pm
by 16680913
I have a screenshot dated 14/6/2017 of a dialog saying: "DLLRegisterServer in TeeChart201664.ocx succeeded". I think this proves that I installed and registered it properly.

Nevertheless, I registered it again and it worked. Apparently the OCX must have gotten deregistered somehow.

So thanks for the suggestion.

Re: Why has TeeChart reverted to Evaluation version

Posted: Fri Feb 02, 2018 7:11 am
by yeray
Hello,

I'm glad to hear it works fine now.