質問

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?

役に立ちましたか?

解決

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.

ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top