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?
-
- Posts: 5
- Joined: Mon Jul 05, 2010 6:56 am
- Location: Germany
Another version of .NET Framework?
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.
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.
-
- Posts: 5
- Joined: Mon Jul 05, 2010 6:56 am
- Location: Germany
Another version of .NET Framework?
Thank you very much for the promt and precise answer!
Another version of .NET Framework?
We are always happy to help you!