Hello,
all of a sudden when we try save changes to our project we get the enclosed error message.
This means that we can't save the project, and therefore can't do any changes to our project.
Please inform what to do ASAP, as our programmer is waiting!
Code generation for property 'CalcYPosValue' failed
Code generation for property 'CalcYPosValue' failed
- Attachments
-
- Error message.jpg (35.83 KiB) Viewed 9894 times
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Re: Code generation for property 'CalcYPosValue' failed
Hi JohnS,
Can you please post the code snippet that produces this error?
Thanks in advance.
Can you please post the code snippet that produces this error?
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 |
Re: Code generation for property 'CalcYPosValue' failed
It is at design time in Visual Studio, when we try to compile or save the project.
The property CalcYPosValue is some TeeChart internal stuff.
The property CalcYPosValue is some TeeChart internal stuff.
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Re: Code generation for property 'CalcYPosValue' failed
Ok, I could reproduce it dropping a TChart component in a Windows Form at design-time. It also occurs trying to modify it and saving the form. I have added the defect to the bug list (TF02016706) to be fixed ASAP. We will get back to you when we have a bug fix or workaround suggestion.JohnS wrote:It is at design time in Visual Studio, when we try to compile or save the project.
Actually CalcYPosValue is a public Steema.TeeChart.Axis method. Returns the pixel screen vertical coordinate of the specified value, for example:JohnS wrote:The property CalcYPosValue is some TeeChart internal stuff.
Code: Select all
int yPos= tChart1.Axes.Left.CalcYPosValue(100);
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 |
Re: Code generation for property 'CalcYPosValue' failed
But how could our program work until now??
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Re: Code generation for property 'CalcYPosValue' failed
Hi JohnS,
We are currently working to fix the issue. I'm going to send you a new assembly with the fix as soon as it's ready. It looks like the problem only occurs with the version we had sent you, not the latest public release.
We are currently working to fix the issue. I'm going to send you a new assembly with the fix as soon as it's ready. It looks like the problem only occurs with the version we had sent you, not the latest public release.
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:
Re: Code generation for property 'CalcYPosValue' failed
Hi JohnS,
Just sent you the assembly with the fix. Can you please check if it solves the issue at your end?
Thank you very much and apologies for the inconvenience caused.
Just sent you the assembly with the fix. Can you please check if it solves the issue at your end?
Thank you very much and apologies for the inconvenience caused.
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 |
Re: Code generation for property 'CalcYPosValue' failed
It worked, thanks!