hello,
Sorry for my English is that of a translator.
My problem!
I do not know how to deploy a project developed with Visual Studio 2010 using ActiveX TeeChart Pro 2014 program.
I develop under Windows Seven 32bit mode.
For accuracy if I Deploys my application and I install the package with my codes teeChart the application works.
I just can not let this installation positions of my clients.
Thank you for your help
Daniel
Teechart aX 2014 Deployment Visual studio 10.0
Re: Teechart aX 2014 Deployment Visual studio 10.0
Hello Daniel,
Take a look at the "Tutorial 18 - TeeChart runtime installation requirements".
http://wiki.teechart.net/index.php?title=AXTutorial18
Take a look at the "Tutorial 18 - TeeChart runtime installation requirements".
http://wiki.teechart.net/index.php?title=AXTutorial18
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |
Re: Teechart aX 2014 Deployment Visual studio 10.0
Hello and thanks for your answer.
But I have to say:
I developed the application in 32-bit but it works on 64-bit machines.
I tried to use REGSVR32 but I get the following message appears regardless of the machine:
The module "c: \ AFChartsDatas \ teechart2014.ocx" was loaded but the call to DllRegisterServer failed with error code 0x80004005.
Accuracy: The account is set as administrator
If you have already solved this problem. I tried on different machines with the same result.
Thank you for your help.
But I have to say:
I developed the application in 32-bit but it works on 64-bit machines.
I tried to use REGSVR32 but I get the following message appears regardless of the machine:
The module "c: \ AFChartsDatas \ teechart2014.ocx" was loaded but the call to DllRegisterServer failed with error code 0x80004005.
Accuracy: The account is set as administrator
If you have already solved this problem. I tried on different machines with the same result.
Thank you for your help.
Re: Teechart aX 2014 Deployment Visual studio 10.0
Hello,
Right click the Command Prompt shortcut and select Run As Administrator from the pop-up menu. Then run:
I think this doesn't guarantee the REGSVR32 command was executed with elevated permissions.dc46 wrote:Accuracy: The account is set as administrator
Right click the Command Prompt shortcut and select Run As Administrator from the pop-up menu. Then run:
Code: Select all
regsvr32 "c:\AFChartsDatas\teechart2014.ocx"
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |
Re: Teechart aX 2014 Deployment Visual studio 10.0
Hello.
On my computer SEVEN 64bit right click only shows the options cut, copy, paste.
Why not STEMA provide a setup OCX as a runtime that is responsible for the registration of the OCX.
It seems very difficult to ask a client to do manipulations such as you describe in the answer above.
Thank you for your help
On my computer SEVEN 64bit right click only shows the options cut, copy, paste.
Why not STEMA provide a setup OCX as a runtime that is responsible for the registration of the OCX.
It seems very difficult to ask a client to do manipulations such as you describe in the answer above.
Thank you for your help
Re: Teechart aX 2014 Deployment Visual studio 10.0
Hello,
I'm afraid this is a quite common problem in the distribution of programs including libraries that need to be registered.
The dependences are usually handled by the installer of the final application.
http://msdn.microsoft.com/en-us/library/dd293565.aspx
http://stackoverflow.com/questions/1086 ... plications
I'm afraid this is a quite common problem in the distribution of programs including libraries that need to be registered.
The dependences are usually handled by the installer of the final application.
http://msdn.microsoft.com/en-us/library/dd293565.aspx
http://stackoverflow.com/questions/1086 ... plications
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |