Deploy TeeChart from VisualStudio 2008 for Framework 2.0
Deploy TeeChart from VisualStudio 2008 for Framework 2.0
How do I deploy an Application for the Dot Net framework 2.0?
Our situation is:
We are using Visual Studio 2008 to develop the application that uses TeeChart V3 for Dot Net.
We have created a Setup Project in Visual Studio. This project should create the setup files containing the application we have developed, along with a TeeChart DLL.
We want to deploy on a Dot Net framework 2.0. However, the TeeChart DLL is not recognized as a Dot Net 2.0 library, and thus the installer requires Dot Net 3.5 to be installed. How do we fix this?
greetings Bas
Our situation is:
We are using Visual Studio 2008 to develop the application that uses TeeChart V3 for Dot Net.
We have created a Setup Project in Visual Studio. This project should create the setup files containing the application we have developed, along with a TeeChart DLL.
We want to deploy on a Dot Net framework 2.0. However, the TeeChart DLL is not recognized as a Dot Net 2.0 library, and thus the installer requires Dot Net 3.5 to be installed. How do we fix this?
greetings Bas
Re: Deploy TeeChart from VisualStudio 2008 for Framework 2.0
In the future we want to distribute the aplication also on Linux machines. These Linux machines will need to have the Mono platform.15049271 wrote:How do I deploy an Application for the Dot Net framework 2.0?
Our situation is:
We are using Visual Studio 2008 to develop the application that uses TeeChart V3 for Dot Net.
We have created a Setup Project in VS2008. This project should create the setup files containing the application we have developed, along with a TeeChart DLL.
We want to deploy on a Dot Net framework 2.0. However, the TeeChart DLL is not recognized as a Dot Net 2.0 library, and thus the installer requires Dot Net 3.5 to be installed. How do we fix this?
greetings Bas
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi Bas,
You could try using the VS2005 assembly in VS2008, which is build with and for 2.0 Framework. You could also try using change your project's target Framework.We want to deploy on a Dot Net framework 2.0. However, the TeeChart DLL is not recognized as a Dot Net 2.0 library, and thus the installer requires Dot Net 3.5 to be installed. How do we fix this?
Currently TeeChart for .NET v2 Lite works fine in Mono. We are also working on making TeeChart for .NET v3 compatible with this platform.In the future we want to distribute the aplication also on Linux machines. These Linux machines will need to have the Mono platform.
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 |
How to use VS2005 assembly in VS2008
How to integrate the Teechart for Visual Studio 2005 in Visual Studio 2008.
Visual Studio 2008 complains about the 'licenses.licx' file. The license code is invalid.
Can someone tell me how to do the integration?
Thanks
Visual Studio 2008 complains about the 'licenses.licx' file. The license code is invalid.
Can someone tell me how to do the integration?
Thanks
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi Remeha,
You could try uninstalling VS2008 version, install VS2005 version. Then open VS2008 and manually add .NET Framework v2.0 TeeChart.dll at the toolbox by right-clicking on it, selecting "Choose Items" and browse for it. You may also want to use TeeRegister tool, available at the client area, to check if your design-time license is properly installed after installing VS205 version.
You could try uninstalling VS2008 version, install VS2005 version. Then open VS2008 and manually add .NET Framework v2.0 TeeChart.dll at the toolbox by right-clicking on it, selecting "Choose Items" and browse for it. You may also want to use TeeRegister tool, available at the client area, to check if your design-time license is properly installed after installing VS205 version.
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 |
TeeChart Dot NET version on Linux with Mono
Hi,
We are try to run our Dot NET application on a Linux machine with Mono. The installation is OpenSuse 11.0 with Mono 2.0.1.
Our application make use of the 2.0 Dot NET platform and the TeeChart 3.5.3146.24805.
The questions are:
- What TeeChart version do we need to use.
- How to register the TeeChart dll on the Linux machine, because of the license.
greeting Bas
We are try to run our Dot NET application on a Linux machine with Mono. The installation is OpenSuse 11.0 with Mono 2.0.1.
Our application make use of the 2.0 Dot NET platform and the TeeChart 3.5.3146.24805.
The questions are:
- What TeeChart version do we need to use.
- How to register the TeeChart dll on the Linux machine, because of the license.
greeting Bas
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi Bas,
TeeChart for .NET v3 doesn't support Mono with Linux for now because we need to find the way to support licensing issues there. In the meantime the only versions that can be used with Mono in Linux are TeeChart for .NET v2 Lite, which can be downloaded here, and TeeChart for .NET v3 sourcecode version. Any of those versions includes license support.
TeeChart for .NET v3 doesn't support Mono with Linux for now because we need to find the way to support licensing issues there. In the meantime the only versions that can be used with Mono in Linux are TeeChart for .NET v2 Lite, which can be downloaded here, and TeeChart for .NET v3 sourcecode version. Any of those versions includes license support.
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 |
Deploy TeeChart from VisualStudio 2008 for Framework 2.0
Hi Narcis,
We have tried the TeeChart Lite version. But the design from the TeeChart is changed. Here for we need to change our design to use the Lite TeeChart. We also do not suspect support for the Lite version in the future.
For those reasons we want to use version 3.5 for Dot NET 2.0 on linux.
Our questions are:
- Is there an other solution, to run our application on Linux.
- When wil this license issue been solved.
Best Regards
Bas
We have tried the TeeChart Lite version. But the design from the TeeChart is changed. Here for we need to change our design to use the Lite TeeChart. We also do not suspect support for the Lite version in the future.
For those reasons we want to use version 3.5 for Dot NET 2.0 on linux.
Our questions are:
- Is there an other solution, to run our application on Linux.
- When wil this license issue been solved.
Best Regards
Bas
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi Bas,
Not that I know of.- Is there an other solution, to run our application on Linux.
I can't give you an estimate date at the moment. TeeChart for .NET designtime license is set in Windows registry. Since Linux doesn't have registry we need to investigate possible alternatives.- When wil this license issue been solved.
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 |
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hello Bas,
Could you please send us an e-mail to info at steema dot com mentioning this conversiation and requesting a test version we will send you?
Thanks in advance.
Could you please send us an e-mail to info at steema dot com mentioning this conversiation and requesting a test version we will send you?
Thanks in advance.
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 |