开发者

.NET 4 - Satellite assembly (language resources) DLL loading change in CLR / .NET / ASP.NET 4

开发者 https://www.devze.com 2023-03-23 08:59 出处:网络
Does anybody know if loading of satellite assemblies has changed in .NET/CLR/ASP.NET开发者_如何学编程 4.0?

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.


See https://connect.microsoft.com/VisualStudio/feedback/details/526836/wpf-appdomain-assemblyresolve-being-called-when-it-shouldnt

0

精彩评论

暂无评论...
验证码 换一张
取 消