Jetbrains dotPeek which is free.
Which tool can I use to see which DLLs a DLL contains?
https://learn.microsoft.com/en-us/sysinternals/downloads/listdlls
Like this
C:\Test\App\InterfaceSolutionCppWrapper\Debug>listdlls -v mfcclient
Works not.
Which tool can I use to see which third DLL contains which other DLLs and which version? How do I call this to see the DLLs. Do you have an example?
System.Net.Http.Formatting
Newtonsoft.Json.dll
NuGet\Install-Package Newtonsoft.Json -Version 6.0.1
I'm currently using these two DLLs. These work in a certain combination, version. If I take the current one it doesn't work anymore.
//System.IO.FileLoadException: Could not load file or assembly 'Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed' or
//one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)
2 additional answers
Sort by: Most helpful
-
Olaf Helper 45,101 Reputation points
2023-10-14T17:54:18.6433333+00:00 Which tool can I use to see which third DLL contains which other DLLs and which version?
-
KOZ6.0 6,490 Reputation points
2023-10-16T01:09:04.05+00:00 Telerik JustDecompile
It's free. But it doesn't support vs2022 :(