How do I target .NET 3.5 alone after installing SP1 in VS2008? This is because VS 2008 lists only .NET 3.5, .NET 3.0 & .NET 2.0 and does not specifically show .NET 3.5 SP1.
A:
I think that you cannot specify SP1, only different versions of the framework. It does make sense, otherwise you could have a lot of problems with an application specifically compiled for a given SP. You can also have problems with the current situation, but I think it's less headache.
Biri
2008-09-08 11:09:41
+2
A:
I have found the answer to my own question. The following link provides solution for my question.
Codeslayer
2008-09-08 11:21:09
A:
I think if you reference SP1 assemblies, it should automatically target SP1.
Gulzar
2008-09-08 11:55:25