Does anybody know if loading of satellite assemblies has changed in .NET/CLR/ASP.NET 4.0?
It seems like now the GetString operation on resources is making a call to first check if the assembly is loaded in en-US, en-GB, en-AU, etc, and then loading from the en directory.
Is this a by design change? This is causing huge performance regressions for us.