So, I want to upgrade my development team to VS2008. As an enterprise, we have not yet completed 3.5 runtime.
From some reading, it seems that installing VS2008 will automatically provide you with .net 2.0 SP1, which has some new APIs, and when you set your sights on version 2.0, it will read 2.0 SP1.
But if SP1 is not released to our users, this will lead to runtime disruptions.
- Anyway, is there VS target dotnet 2.0 (NOT SP1)?
- Are there any other solutions to this problem, so the developers do not use APIs that compile and execute normally locally, but exploded during production?
I see fxcop has a check for this, but there should be a more flawless solution for this problem.
leora source share