0
kicks
Differences in .NET 2.0 and .NET 2.0SP1
List of changes for .NET 2.0 SP1. The .NET 2.0 SP 1 will be released at the same time as .NET 3.5. Also includes FxCop rule to get a warning if you are using something that has changed. If you have 2.0 SP1 with these new 2.0 methods and deploy to an older system that has only .NET 2.0 RTM (not Service Pack'ed), then you might get a MethodMissingException because that older system might not have the new method or property.