Teechart aX 2014 Deployment Visual studio 10.0

TeeChart for ActiveX, COM and ASP
Post Reply
dc46
Newbie
Newbie
Posts: 3
Joined: Fri May 31, 2013 12:00 am

Teechart aX 2014 Deployment Visual studio 10.0

Post by dc46 » Fri Nov 14, 2014 4:23 pm

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

Yeray
Site Admin
Site Admin
Posts: 9533
Joined: Tue Dec 05, 2006 12:00 am
Location: Girona, Catalonia
Contact:

Re: Teechart aX 2014 Deployment Visual studio 10.0

Post by Yeray » Mon Nov 17, 2014 9:04 am

Hello Daniel,

Take a look at the "Tutorial 18 - TeeChart runtime installation requirements".
http://wiki.teechart.net/index.php?title=AXTutorial18
Best Regards,
ImageYeray Alonso
Development & Support
Steema Software
Av. Montilivi 33, 17003 Girona, Catalonia (SP)
Image Image Image Image Image Image Please read our Bug Fixing Policy

dc46
Newbie
Newbie
Posts: 3
Joined: Fri May 31, 2013 12:00 am

Re: Teechart aX 2014 Deployment Visual studio 10.0

Post by dc46 » Mon Nov 17, 2014 5:58 pm

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.

Yeray
Site Admin
Site Admin
Posts: 9533
Joined: Tue Dec 05, 2006 12:00 am
Location: Girona, Catalonia
Contact:

Re: Teechart aX 2014 Deployment Visual studio 10.0

Post by Yeray » Tue Nov 18, 2014 9:08 am

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"
Best Regards,
ImageYeray Alonso
Development & Support
Steema Software
Av. Montilivi 33, 17003 Girona, Catalonia (SP)
Image Image Image Image Image Image Please read our Bug Fixing Policy

dc46
Newbie
Newbie
Posts: 3
Joined: Fri May 31, 2013 12:00 am

Re: Teechart aX 2014 Deployment Visual studio 10.0

Post by dc46 » Sat Nov 22, 2014 12:57 pm

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

Yeray
Site Admin
Site Admin
Posts: 9533
Joined: Tue Dec 05, 2006 12:00 am
Location: Girona, Catalonia
Contact:

Re: Teechart aX 2014 Deployment Visual studio 10.0

Post by Yeray » Mon Nov 24, 2014 8:57 am

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
Best Regards,
ImageYeray Alonso
Development & Support
Steema Software
Av. Montilivi 33, 17003 Girona, Catalonia (SP)
Image Image Image Image Image Image Please read our Bug Fixing Policy

Post Reply