I purchased the TeeChart Pro v7 ActiveX control to use in a stand-alone package written in C# under Visual Studio .NET a few months back. It all works fine in the development environment until I attempt to deploy on other machines. When I attempt to run the executable on other machines I get a JIT runtime error stating "invalid parameter used" just after the AxInterop.TeeChart assembly attempts to load.
Should I be using TeeChart .NET control instead of the ActiveX version?
Thanks in advance.......
Woops, am I using the wrong control?
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi glenn,
TeeChart for .NET would be more suitable for C# WinForms applications in VS.NET as it is 100% native C# written. However you can also use TeeChart Pro v7 ActiveX in VS.NET.
To overcome your problems you should have a look at "Tutorial 18 - TeeChart runtime installation requirements". You'll find the tutorials at TeeChart program group.
Should I be using TeeChart .NET control instead of the ActiveX version?
TeeChart for .NET would be more suitable for C# WinForms applications in VS.NET as it is 100% native C# written. However you can also use TeeChart Pro v7 ActiveX in VS.NET.
To overcome your problems you should have a look at "Tutorial 18 - TeeChart runtime installation requirements". You'll find the tutorials at TeeChart program group.
Best Regards,
Narcís Calvet / Development & Support Steema Software Avinguda Montilivi 33, 17003 Girona, Catalonia Tel: 34 972 218 797 http://www.steema.com |
Instructions - How to post in this forum |