Search found 59 matches

by Kris C
Thu Apr 13, 2023 10:03 pm
Forum: .NET
Topic: Licensing with .NET 6 App
Replies: 31
Views: 48472

Re: Licensing with .NET 6 App

Hi Christopher, I tried adding the missing assemblies to the output folder when we build but the licensing is still not being applied. The watermark remains. I verified that all the assemblies you have listed are in the output folder along with the TeeChart.licenses file. This ONLY happens if we use...
by Kris C
Thu Apr 13, 2023 7:32 pm
Forum: .NET
Topic: Export.Template.Save Not Working Correctly
Replies: 7
Views: 5340

Export.Template.Save Not Working Correctly

Hello, I've uploaded TeeChartStreamProblem.zip via the upload service under kris.culin@bentley.com. When running in net6 and you call Export.Template.Save with a MemoryStream, it will be immediately closed and any attempt to read it throws an exception. The same exact code works in net472. Is this b...
by Kris C
Thu Apr 13, 2023 7:20 pm
Forum: .NET
Topic: Licensing with .NET 6 App
Replies: 31
Views: 48472

Re: Licensing with .NET 6 App

Thank you Christopher! I will get a copy of these assemblies and add them to our source control so they can be included in the build and deployment. As I mentioned before, we need to build from your source code because we need special behavior with the Export button. Should I just make a post for a ...
by Kris C
Thu Apr 13, 2023 11:46 am
Forum: .NET
Topic: Licensing with .NET 6 App
Replies: 31
Views: 48472

Re: Licensing with .NET 6 App

Hi Christopher, I've attached a very simple project that is multitargeted between net472 and net6.0-windows. The licenses file is included in the project and is set to copy if newer into the output folder so it will be there when you build and run. If you set the target framework to net472 the water...
by Kris C
Tue Apr 11, 2023 6:12 pm
Forum: .NET
Topic: Zoom Issue (regression)
Replies: 3
Views: 2679

Re: Zoom Issue (regression)

Thanks Christopher. We were using 4.0.0.15033. Looks like this version was from ~May 2009. I'll let my team know that you were able to reproduce and are working on a fix. Do you also plan on releasing the source code as well? Because we need to add some custom behavior on the Export button click, we...
by Kris C
Mon Apr 10, 2023 8:29 pm
Forum: .NET
Topic: Zoom Issue (regression)
Replies: 3
Views: 2679

Zoom Issue (regression)

Hello, [Sorry - I accidentally put this under TeeGrid instead of TeeChart] I've attached a sample project that shows a problem with zoom. The sample contains a simple TeeChart with an area series. When you do a click/drag zoom operation on the graph, there is another 'series' showing up in a zig-zag...
by Kris C
Fri Apr 07, 2023 2:27 pm
Forum: .NET
Topic: Licensing with .NET 6 App
Replies: 31
Views: 48472

Re: Licensing with .NET 6 App

Hi Christopher, Sorry for the delayed response. I never got an email about your posted response. If you edit the project file and check to see what the order is for "TargetFrameworks" and have net6.0-windows listed first, it should allow you to select the TeeChart.WinForm.dll reference. If net472 is...
by Kris C
Fri Mar 17, 2023 6:40 pm
Forum: .NET
Topic: Licensing with .NET 6 App
Replies: 31
Views: 48472

Re: Licensing with .NET 6 App

Hi Christopher, Shouldn't the licenses file work for both net472 and net6 TeeChart assemblies? it does work for net472. It's in the output folder for the net472 build. It's there for the net6.0-windows build. But the watermark *shows* for the latter. I used the license verifier and teechart and teec...
by Kris C
Thu Mar 16, 2023 1:46 pm
Forum: .NET
Topic: Licensing with .NET 6 App
Replies: 31
Views: 48472

Licensing with .NET 6 App

Hello, I've found other postings about licensing with .NET6 but I wanted to post my own question about it. Due to how our code base is configured and the fact that we run within multiple platforms (programs that we do not deploy and therefore cannot embed the file into), embedding the licenses file ...
by Kris C
Fri Jan 20, 2023 8:34 pm
Forum: .NET
Topic: Chart Colors Differ after Upgrade
Replies: 4
Views: 4271

Re: Chart Colors Differ after Upgrade

Hi Christopher, I dug into this some more and found several series where we were not assigning the Color property of the series but only the color of the brush or pen. This worked in v2009 so it must have been a bug that we inadvertently took advantage of. Once i assigned colors to these series in t...
by Kris C
Fri Jan 20, 2023 6:50 pm
Forum: .NET
Topic: Chart Colors Differ after Upgrade
Replies: 4
Views: 4271

Re: Chart Colors Differ after Upgrade

Yes. I have verified and debugged the code that assigns the colors for the series. They are 100% definitely being set. I too have determined that the theme is at play here. I just don't know how to override it. At some point the theme overrides the colors assigned to the series. The new theme I beli...
by Kris C
Fri Jan 20, 2023 6:45 pm
Forum: .NET
Topic: TeeChart v2022 Licensing Issue - Can't embed into exe project
Replies: 2
Views: 3308

Re: TeeChart v2022 Licensing Issue - Can't embed into exe project

Thanks for the tip. I will try this out and let our deployment team know about it assuming it works for us. It sounds like it will.

Kris
by Kris C
Fri Jan 20, 2023 12:55 pm
Forum: .NET
Topic: TeeChart v2022 Licensing Issue - Can't embed into exe project
Replies: 2
Views: 3308

TeeChart v2022 Licensing Issue - Can't embed into exe project

Hi, Bentley just purchased an upgrade to TeeChart v2022. I followed the instructions on installing the license and how to embed the licenses file into the project. However, that does *not* work. We have a fairly complicated componentized system with our code base. We have an exe that starts the appl...
by Kris C
Fri Jan 20, 2023 12:43 pm
Forum: .NET
Topic: Chart Colors Differ after Upgrade
Replies: 4
Views: 4271

Chart Colors Differ after Upgrade

For the last several months I’ve been using the evaluation version of TeeChart v2022 waiting for the red tape to be cut and an upgrade made. Bentley finally purchased the upgrade. Due to an issue with installing the license, I compiled the source locally since we also purchased the source code. This...