Page 1 of 1
Teechart aX 2014 Deployment Visual studio 10.0
Posted: Fri Nov 14, 2014 4:23 pm
by 16666138
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
Re: Teechart aX 2014 Deployment Visual studio 10.0
Posted: Mon Nov 17, 2014 9:04 am
by yeray
Hello Daniel,
Take a look at the "Tutorial 18 - TeeChart runtime installation requirements".
http://wiki.teechart.net/index.php?title=AXTutorial18
Re: Teechart aX 2014 Deployment Visual studio 10.0
Posted: Mon Nov 17, 2014 5:58 pm
by 16666138
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.
Re: Teechart aX 2014 Deployment Visual studio 10.0
Posted: Tue Nov 18, 2014 9:08 am
by yeray
Hello,
dc46 wrote:Accuracy: The account is set as administrator
I think this doesn't guarantee the REGSVR32 command was executed with elevated permissions.
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"
Re: Teechart aX 2014 Deployment Visual studio 10.0
Posted: Sat Nov 22, 2014 12:57 pm
by 16666138
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
Re: Teechart aX 2014 Deployment Visual studio 10.0
Posted: Mon Nov 24, 2014 8:57 am
by yeray
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