Hi,
I'm trying to combine Winforms TeeChart charts as well as WPF TeeChart charts into one application/assembly.
This assembly references both dlls from TeeChart (the TeeChart.dll for the WinForms stuff and the TeeChart.WPF.dll for the WPF stuff).
I'm getting now 'ambiguous reference' errors due to the same namespaces being included in the WPF dll that is in the WinForms TeeChart dll.
Why are they duplicated in the WPF dll? This is maybe to make the WPF dll as a 'standalone' dll such as not to require the TeeChart dll that includes the WinForms stuff. But maybe there should be 3 dlls. One for the core TeeChart stuff, one for the WinForms stuff (that references/uses the core dll) and one for the WPF stuff (that also references the core dll). This way we would be able to use both WinForms as well as WPF in one application/assembly.
Any idea of how to get right what we want without splitting our own WPF and WinForms code into 2 different assemblies?
Same namespaces in TeeChart.WPF.dll & TeeChart.dll
-
- Newbie
- Posts: 14
- Joined: Thu Sep 04, 2008 12:00 am
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi Sean,
We are investigating the issue here and will get back to you when we have further news.
We are investigating the issue here and will get back to you when we have further news.
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:
Hi Sean,
Thank you for the bug report. Combined use of WPF and WinForm assemblies in one project was not anticipated in the original scope of the TeeChart WPF design but your observation is valid and that use-mode should be an option. We will correct the problem for the next maintenance update. We expect that might require a renaming of some 'using' statements for current WPF projects but feel that the need is important enough to make the modification at this stage. Thanks once again for your comments.
Thank you for the bug report. Combined use of WPF and WinForm assemblies in one project was not anticipated in the original scope of the TeeChart WPF design but your observation is valid and that use-mode should be an option. We will correct the problem for the next maintenance update. We expect that might require a renaming of some 'using' statements for current WPF projects but feel that the need is important enough to make the modification at this stage. Thanks once again for your comments.
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 |
-
- Newbie
- Posts: 14
- Joined: Thu Sep 04, 2008 12:00 am