|
James K
Flowing Fount of Yak Knowledge
1501 Posts |
Posted - 02/15/2013 : 06:41:43
|
Yes, .Net 2.0 is a prerequisite for SQL 2005 Express. So you will need to install it even though you have .Net 4.0. .Net 4.0 has a different CLR version (4.0) than .Net 2.0 (CLR version 2.0).
.Net 2.0, 3.0, 3.5 all were built on top of CLR 2.0, so you might as well install .Net 3.5 SP1 instead of .Net 2.0. SQL 2008 requires .Net 3.5 SP1, so in case you decide to upgraded to SQL 2008 this way you will be covered.
So download and install .Net 3.5 SP1 from here: http://www.microsoft.com/en-us/download/details.aspx?id=22 |
 |
|