CSLA 3.0.5 And .NET 2.0

CSLA 3.0.5 And .NET 2.0

Old forum URL: forums.lhotka.net/forums/t/7432.aspx


RedShiftZ posted on Monday, August 10, 2009

Having to roll back to .NET 2.0 to run a CSLA app on Terminal Server 2000. Nothing above .NET 2.0 works on TS2000. (Customer requirement) So this means I need to roll back to CSLA 3.0.5 according to the download page.

When recompiling my app, It says "Type or Namespace 'PropertyInfo' could not be found". Also receiving a similar message for 'SingleCriteria'.

When were these introduced? Will I need to eliminate all Managed properties and go with private backing fields? Any other way around this?

Thanks,

Jeff Young

JonnyBee replied on Tuesday, August 11, 2009

Hi Jeff,

I have downgraded Csla 3.6.3 to run on  .Net 2.0 SP1 (in Visual Studio 2008) and Rocky will be releasing it soon. This version contains support for ManagedProperties, SingleCriteria, support for Linq2Objects, almost all of the new C# 3.0 syntax and lots more.

Code and samples are checked into csla subversion repository.

Send me an email on jonny.bekkum(a)gmail.com and I can send you the svn addresses.

We have been running this version on .Net 2.0 for almost a year (since Csla 3.5) and upgraded it continuously at one of our largest clients that are still using W2K clients.

/jonnybee




RedShiftZ replied on Tuesday, August 11, 2009

email sent. :D Thanks.

RedShiftZ replied on Tuesday, August 11, 2009

Many Thanks JonnyBee!!!
That works like a champ and saved me days of fixing my objects.


Copyright (c) Marimer LLC