Search found 1603 matches

by Christopher
Tue Apr 18, 2023 9:22 am
Forum: .NET
Topic: Licensing with .NET 6 App
Replies: 31
Views: 45560

Re: Licensing with .NET 6 App

Hello Kris, Okay, I can run the project deleting: <Import Project="$(MSBuildProjectDirectory)\..\..\..\p4v-NET6\Aspen\Tools\Haestad.MSBuild\Assemblies\_LastKnownGood\Haestad.MSBuild.targets" /> <Target Name="CopyBitSpecificLKG" AfterTargets="PostBuildEvent"> <CopyToLastKnownGood SourceFiles="$(MSBui...
by Christopher
Tue Apr 18, 2023 9:07 am
Forum: .NET
Topic: Licensing with .NET 6 App
Replies: 31
Views: 45560

Re: Licensing with .NET 6 App

Hello Kris, If you have any questions, let me know. I'm afraid I can't build your project here, as it seems to be missing some dependencies—are these important to the reproduction of the problem? Can you reproduce the problem at your end without these dependencies? Screenshot from 2023-04-18 11-05-2...
by Christopher
Mon Apr 17, 2023 4:38 pm
Forum: .NET
Topic: Licensing with .NET 6 App
Replies: 31
Views: 45560

Re: Licensing with .NET 6 App

Hello Kris, There are many different ways you could implement this. DevExpress XtraReports uses an ICommand where I can provide an implementation of an ICommand and provide that for a specific button in their UI. When that button is clicked, it would execute the command provided, in this case mine. ...
by Christopher
Mon Apr 17, 2023 9:52 am
Forum: .NET
Topic: Series Change Button Causes Exception
Replies: 2
Views: 2167

Re: Series Change Button Causes Exception

Hello Kris, The basic steps are along these lines. If you need a sample project, I can put one together. Create a new series. Save the template to a file. Reset the graph and then load the settings previous saved. Open the options dialog and click the Change button to change the series type. This sh...
by Christopher
Sun Apr 16, 2023 5:17 pm
Forum: .NET
Topic: Licensing with .NET 6 App
Replies: 31
Views: 45560

Re: Licensing with .NET 6 App

Hello Kris,

just a quick one—a Google search for the error doesn't turn up much, but in the first result there's a reply which suggests that this is a first-chance exception, and not an unhandled exception, and that running without a debugger might help. Does it?
by Christopher
Fri Apr 14, 2023 2:40 pm
Forum: .NET
Topic: net6 TeeChart doesn't read net472 TeeChart settings
Replies: 4
Views: 2478

Re: net6 TeeChart doesn't read net472 TeeChart settings

Hello Kris, Do you know of a way to determine if the settings being read are valid? Or should I just use a try/catch and if an exception is thrown, fall back to default settings? Not on a property-by-property basis, no. The only way I can think of is a try/catch on the SerializationException . Does ...
by Christopher
Fri Apr 14, 2023 10:25 am
Forum: .NET
Topic: Export.Template.Save Not Working Correctly
Replies: 7
Views: 4810

Re: Export.Template.Save Not Working Correctly

Hello Kris, thank you for reporting this issue to us; I have added it to our issue tracker with id=2603 . As you can read, there are two errors in the latest NuGet package, the first to do with a missing reference to System.Text.Json, and the second with a reference to Steema.TeeChart.Drawing.IAxisL...
by Christopher
Fri Apr 14, 2023 8:50 am
Forum: .NET
Topic: net6 TeeChart doesn't read net472 TeeChart settings
Replies: 4
Views: 2478

Re: net6 TeeChart doesn't read net472 TeeChart settings

Hello Kris, If you have any questions, please let me know. TeeChart's Template Export format is not compatible, as things stand, between the .NET Framework 4.x versions and our .NET 5/6 versions. The reason for this is that the .NET Framework 4.x versions use the BinaryFormatter class which Microsof...
by Christopher
Fri Apr 14, 2023 8:15 am
Forum: .NET
Topic: Licensing with .NET 6 App
Replies: 31
Views: 45560

Re: Licensing with .NET 6 App

Hello Kris, 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 feature request regarding this? If I can get a hook to provide my custom behavior instead of having to modify the source code, then we'd ...
by Christopher
Fri Apr 14, 2023 7:55 am
Forum: .NET
Topic: Licensing with .NET 6 App
Replies: 31
Views: 45560

Re: Licensing with .NET 6 App

Hello Kris, You state that you got it to work by adding the assemblies to the refs folder. Can you send me the copy of the assemblies you used? Of course. Please find the assemblies in this TeeChartAreaProblem.zip . You will see two folders in this zip file, TeeChartAreaProblemNUGET and TeeChartArea...
by Christopher
Thu Apr 13, 2023 3:28 pm
Forum: .NET
Topic: Licensing with .NET 6 App
Replies: 31
Views: 45560

Re: Licensing with .NET 6 App

Hello Kris, thanks for that. I've got it working by copying across a few assembly to the Refs folder and modifying the <References> like this: <Reference Include="PdfSharpCore" Condition="'$(TargetFramework)'=='net6.0-windows'"> <HintPath>..\Refs\net6.0-windows\PdfSharpCore.dll</HintPath> <Private>T...
by Christopher
Wed Apr 12, 2023 8:43 am
Forum: .NET
Topic: Zoom Issue (regression)
Replies: 3
Views: 2303

Re: Zoom Issue (regression)

Hello Kris, 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 have to build from the source code. Is there somewhere I can submit a feature request IRT hooking into this button's click event? Yes, we will also release a ...
by Christopher
Tue Apr 11, 2023 9:47 am
Forum: .NET
Topic: upgrade to 4.2023.3.23 broke code
Replies: 1
Views: 1696

Re: upgrade to 4.2023.3.23 broke code

Hello,
Phil wrote:
Thu Apr 06, 2023 2:27 pm
Please advise on how to correct this issue.
Many apologies for this issue which we addressed in a previous post here. Please use the previous NuGet version until we can publish a new one.
by Christopher
Tue Apr 11, 2023 9:41 am
Forum: .NET
Topic: Zoom Issue (regression)
Replies: 3
Views: 2303

Re: Zoom Issue (regression)

Hello Kris, This is a regression vs. 4.0.0.15033 that we just upgraded from (this is circa 2009). We are also using the NET6 version of TeeChart but I don't know if the same issue occurs. Please be sure you test that as well and fix if needed. We have been able to reproduce this issue here and have ...
by Christopher
Tue Apr 11, 2023 9:17 am
Forum: .NET
Topic: Licensing with .NET 6 App
Replies: 31
Views: 45560

Re: Licensing with .NET 6 App

Hello Kris, Sorry for the delayed response. I never got an email about your posted response. Sorry about that, I'll have to check that system. I'll see if I can create a small project that reproduces the issue that uses the direct reference. Hopefully I can upload as the upload size is extremely sma...