Page 1 of 1

Another version of .NET Framework?

Posted: Tue Jul 13, 2010 6:33 am
by EduardoSilva
Hello, again.

I use now in my report some properties. But the designer seems not to understand autoproperties when it complies the report to make the preview:

public string Attendees { get; set; }

c:\Dokumente und Einstellungen\esilva\Lokale Einstellungen\Temp\trd3apfs.0.cs(1764,35) : error CS0501: myOBIS_Entities.Settlements.Invoices.Report.Attendees.get muss einen Körper deklarieren, weil er nicht als "abstract" oder "extern" gekennzeichnet ist.

I guess that it is using some .NET Framework < 3.0 , so my question is... how can I tell the designer that he should use another version of the .NET Framework to compile?

Best regards!

Another version of .NET Framework?

Posted: Tue Jul 13, 2010 8:42 am
by Andrew
Hello,

Our product compiled under .Net 2.0, and internal compilation of reports goes under Net 2.0.
So we cannot use the .Net 3.5 construction and higher. Please use .Net 2.0 syntax.

On the next Monday we are going to upload versions for NET 2.0 and .NET 4.0. So you will be able to use the product under .NET 4.0.

Thank you.

Another version of .NET Framework?

Posted: Wed Jul 14, 2010 3:35 am
by EduardoSilva
Thank you very much for the promt and precise answer!

Another version of .NET Framework?

Posted: Wed Jul 14, 2010 3:36 am
by Andrew
We are always happy to help you!