Another version of .NET Framework?
Posted: Tue Jul 13, 2010 6:33 am
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!
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!