Search code examples
.netwindows-runtimeassembly-resolution

Does WinRT support assembly binding redirection?


.NET 1.0-4.0 supports it but Silverlight/WindowsPhone does not.

Does WinRT support assembly binding redirection?

http://msdn.microsoft.com/en-us/library/7wd6ex19.aspx


Solution

  • Turns out it doesn't but strong named assemblies can automatically bind to assemblies where the version is greater than the one expected.