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?
Why has TeeChart reverted to Evaluation version
Re: Why has TeeChart reverted to Evaluation version
Hello,
What sign of reversion to the evaluation version have you found exactly?
What sign of reversion to the evaluation version have you found exactly?
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |
Re: Why has TeeChart reverted to Evaluation version
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?
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
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:
TeeChart .NET shouldn't interfere here in any way.
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
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |
Re: Why has TeeChart reverted to Evaluation version
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.
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
Hello,
I'm glad to hear it works fine now.
I'm glad to hear it works fine now.
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |