Choosing VS2008 .Net 3.5 and .Net 3.5SP1
Posted
by SysAdmin
on Stack Overflow
See other posts from Stack Overflow
or by SysAdmin
Published on 2010-04-06T05:28:43Z
Indexed on
2010/04/06
5:33 UTC
Read the original article
Hit count: 325
here is the problem. I have one PC using VS2008 (SP1 ) and another PC using VS2008(normal). I want my .Net projects to be editable in both these PC's. So naturally my projects use .Net 3.5 by default and not .Net 3.5 SP1.
So, Is there a way I can fix my VS2008 (SP1) version to stick to .Net 3.5 and not .Net 3.5 SP1. In project properties->Application->TargetFramework I dont see an option for .Net 3.5 SP1.
(Note: I know that there are solution like uninstalling SP1 or Installing SP1 on the other PC. I am asking is there any other way)
© Stack Overflow or respective owner