Paul Vriens wrote:
Francois Gouget wrote:
The following fusion.dll functions are unused: nobody calls them and they are not exported.
CompareAssemblyIdentity() GetAssemblyIdentityFromFile()
I checked a Windows fusion.dll I have here and I did not see them being exported there either. Yet, the MSDN documents them and presumably there's a way a application can call them...
Does anyone know what's up?
What version of the .NET framework do you have? It looks like these came with 2.0
Forget that remark. Just checked both fusion and mscoree on .NET 1.1 and 3.5 and neither have these exports.
So, no clue ;)