I have a server hosting a remoting application using .NET 3.5. It has been running fine. In the last couple of days I have had numerous reports of users not being able to access the application after running the "Microsoft .NET Framework 3.5 Service Pack 1 and .NET Framework 3.5 Family Update (KB951847) x86" update.
I am tempted to run this update on the server - but don't want to cause any problems with my users that have not run this Windows Update.
I can update my application, but I see from other questions on SO that this shouldn't be an issue - as my dev machine does not have SP1 on it, so the app is not using anything that is dependent on SP1.
Any thoughts on what might be happening?