You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TPDebug.Assert(requestedName!=null&&!requestedName.Name.IsNullOrEmpty(),"AssemblyResolver.OnResolve: requested is null or name is empty!");
124
124
125
-
// Workaround: adding expected folder for the satellite assembly related to the current CurrentThread.CurrentUICulture relative to the current assembly location.
126
-
// After the move to the net461 the runtime doesn't resolve anymore the satellite assembly correctly.
127
-
// The expected workflow should be https://learn.microsoft.com/en-us/dotnet/core/extensions/package-and-deploy-resources#net-framework-resource-fallback-process
128
-
// But the resolution never fallback to the CultureInfo.Parent folder and fusion log return a failure like:
129
-
// ...
130
-
// LOG: The same bind was seen before, and was failed with hr = 0x80070002.
131
-
// ERR: Unrecoverable error occurred during pre - download check(hr = 0x80070002).
132
-
// ...
133
-
// The bizarre thing is that as a result we're failing caller task like discovery and when for reporting reason
134
-
// we're accessing again to the resource it works.
135
-
// Looks like a loading timing issue but we're not in control of the assembly loader order.
0 commit comments