tags:

views:

159

answers:

2

I can do any .Net development using v2 of the CLR (.net 2, 3, 3.5) but when I try to use .Net 4.0 then I get an error saying that the version of IBM.Data.DB2 is too old / out of date (it's compiled for CLR v2).

Where would I find a .Net 4 version of IBM.Data.DB2?

+2  A: 

IBM's policy towards providing updates is spelled out well in this forum thread.

Hans Passant
A: 

You might want to take a gander at the following question. In my answer, I describe how I'm able to use DB2 drivers with vs2010 and clr 4:

http://stackoverflow.com/questions/979473/do-net-framework-4-0-has-features-connecting-to-db2/2009262#2009262

kdawg