display contents of GAC 3.5 and 4.5 versions
ASP.NET
1
Posts
1
Posters
0
Views
1
Watching
-
I've a web tool that currently output the contents of the GAC to a user. The Tool is built with .Net 3.5 the majority of the servers have .Net 3.5 framework installed. But some servers have been updated with .Net 4.5 framework and now the users want to view the contents of this GAC which is in a different location to 3.5 from C:\Windows\assembly to C:\Windows\Microsoft.NET\assembly. At present the class used to decipher the GAC contents is based on Microsoft KB Article KB317540. This is 3.5 specific. How can I update my app to display the 4.5 GAC contents where applicable?