Search found 6 matches

by Erison
Wed Apr 23, 2008 2:00 pm
Forum: .NET
Topic: Need some help with serialization and chart templates.
Replies: 11
Views: 18856

Hi,

I've try TeeChart for .NET v2.0.3033.18431. The result is same.

- Erison
by Erison
Wed Apr 23, 2008 1:57 pm
Forum: .NET
Topic: Need some help with serialization and chart templates.
Replies: 11
Views: 18856

Hi,

You can try to click "Save" button and then click "Restore". And then an error message will show up.

- Erison
by Erison
Wed Apr 23, 2008 1:47 pm
Forum: .NET
Topic: Need some help with serialization and chart templates.
Replies: 11
Views: 18856

Hi,

I use TeeChart for NET v2.0.2987.19069. Could you please test it in this version. Thanks.

Best regards,

- Erison
by Erison
Tue Apr 22, 2008 10:21 pm
Forum: .NET
Topic: Need some help with serialization and chart templates.
Replies: 11
Views: 18856

Hi,

Sorry about it. I've upload it again.

The thread you mention that I've been read before and seems don't resolve this issue. Could you please take a little time to try the code I upload to you. Thanks.


Best regards,

- Erison
by Erison
Tue Apr 22, 2008 1:07 pm
Forum: .NET
Topic: Need some help with serialization and chart templates.
Replies: 11
Views: 18856

Hi,

I've sent the smaple code to you for testing. You can try to locate RectangleBubble.cs in different projects. It will be success if RectangleBubble.cs is located with main executable. But not work when RectangleBubble.cs is in a class library (seperate with main executable project).
by Erison
Tue Apr 22, 2008 5:21 am
Forum: .NET
Topic: Need some help with serialization and chart templates.
Replies: 11
Views: 18856

Hi, I got a "TeeChart deserialize Exception has been thrown by the target of an invocation." error message if the custom series is in a Class Library but not in executable application. After look into the source code, I found Steema.TeeChart.Import.Imports::FindType return a null value. I tried to a...