A cross-platform toolchain for developing, building, running, and publishing .NET applications.
Jetbrains dotPeek which is free.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
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)
A cross-platform toolchain for developing, building, running, and publishing .NET applications.
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
Answer accepted by question author
Jetbrains dotPeek which is free.
Telerik JustDecompile
It's free. But it doesn't support vs2022 :(
Which tool can I use to see which third DLL contains which other DLLs and which version?