vote up 3 vote down star

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.

flag

37% accept rate

3 Answers

vote up 2 vote down

I have found the answer to my own question. The following link provides solution for my question.

http://msdn.microsoft.com/en-us/library/bb398202.aspx

link|flag
vote up 0 vote down

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.

link|flag
vote up 0 vote down

I think if you reference SP1 assemblies, it should automatically target SP1.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.