Another version of .NET Framework?

Stimulsoft Reports.NET discussion
Post Reply
EduardoSilva
Posts: 5
Joined: Mon Jul 05, 2010 6:56 am
Location: Germany

Another version of .NET Framework?

Post 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!
Andrew
Posts: 4109
Joined: Fri Jun 09, 2006 3:58 am

Another version of .NET Framework?

Post 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.
EduardoSilva
Posts: 5
Joined: Mon Jul 05, 2010 6:56 am
Location: Germany

Another version of .NET Framework?

Post by EduardoSilva »

Thank you very much for the promt and precise answer!
Andrew
Posts: 4109
Joined: Fri Jun 09, 2006 3:58 am

Another version of .NET Framework?

Post by Andrew »

We are always happy to help you!
Post Reply