Thank you for the post.
I know it is THEORETICALLY incremental and updates previous frameworks, but on many of my clients systems .Net 2.0 applications fail to run after this SP is applied. After the 3.5 update their systems are behaving as if the framework 2.0 has been corrupted in some way. Thankfully, my clients see this for what it is: my software ran before the Microsoft update but not after the update = Microsoft's doing.
Main Topics
Browse All Topics





by: Juan_BarreraPosted on 2009-02-02 at 16:02:51ID: 23532889
The .NET Framework releases are supposed to be incremental, that is, each version installs on top of the other and patches previous versions. It doesn't delete them.
Installing .NET 3.5 SP1 updates .NET 2.0 to SP2, so you'll have to find out what's the difference between .NET 20 RTM and .NET SP2 that is causing the error.