Determine Versions required in GAC for a particular Application
.NET (Core and Framework)
1
Posts
1
Posters
0
Views
1
Watching
-
I have an application, that is built using 1.0.1515.12345 of a component in the GAC. I have auxillary programs(dlls) that also depend on the exact same version. I was hoping there was some way to examine the compiled dll (that doesn't load), to find out which version of the GAC based component it is depending on. All I seem to be able to glean at this point is that it won't load. I'm hoping to be a little more helpful to the developers of these Dll's. If I can't then i guess that's life. I found this article on here on Codeproject.Undocumented Fusion[^]