Question

Quick question:

Can I use the latest release of Castle Active Record in .net 2.0 projects (build against .net 2.0 CLR)?

I looked through the site for a .net 2.0 release and could not find it. The latest binary release has only .net35, .net4, .net40cp.

Interestingly enough, when I compile and run my sample (in Visual Studio 2005) against the .net35 castle active record binaries the sample runs fine.

Again, is it safe to use .net35 active record build with .net 2.0?

Was it helpful?

Solution

To be precise: Castle ActiveRecord 3.0RC (currently the latest release) requires .NET 3.5 or higher. .NET 3.5 runs on the CLR 2.0.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top