About 2,300,000 results
Open links in new tab
  1. What exactly are DLL files, and how do they work?

    Sep 23, 2008 · How exactly do DLL files work? There seems to be an awful lot of them, but I don't know what they are or how they work. So, what's the deal with them?

  2. windows - How to view DLL functions? - Stack Overflow

    Dec 14, 2010 · If a DLL is written in one of the .NET languages and if you only want to view what functions, there is a reference to this DLL in the project. Then doubleclick the DLL in the …

  3. windows - Difference between .dll and .exe? - Stack Overflow

    Jul 31, 2009 · 1)DLL file is a dynamic link library which can be used in exe files and other dll files. EXE file is a executable file which runs in a separate process which is managed by OS.

  4. windows - How to check for DLL dependency? - Stack Overflow

    Sep 11, 2011 · When I ship this program to a friend or other people, "it doesn't work" because "some DLL" is missing. This is of course because the program can find the DLL on my system, …

  5. c# - Metadata file '.dll' could not be found - Stack Overflow

    Sep 14, 2009 · 13 For me, it was trying to find a DLL in a path that used to contain the Project, but we'd moved it to a new directory. The Solution had the correct path to the Project, but Visual …

  6. Find why a DLL is not being loaded on Windows 11

    Jan 6, 2024 · Also based on the list of DLL files from running machine it seems that your application depends on OLE Component Object Model. Microsoft consider OLE to be legacy …

  7. How to properly decompile c# dlls for debugging with Visual …

    Sep 5, 2023 · After understanding it, you can understand how to debug C# related things in VS: Specify symbol (.pdb) and source files in the Visual Studio debugger (C#, C++, Visual Basic, …

  8. How to add a .dll reference to a project in Visual Studio

    May 27, 2020 · Copy the downloaded DLL file in a custom folder on your dev drive, then add the reference to your project using the Browse button in the Add Reference dialog. Be sure that …

  9. .net - Could not load file or assembly '***.dll' or one of its ...

    or one of its dependencies That's the usual problem, you cannot see a missing unmanaged DLL with Fuslogvw.exe. Best thing to do is to run SysInternals' ProcMon utility. You'll see it …

  10. decompiler - How do I decompile a .dll file? - Stack Overflow

    I have a .dll I would like to decompile to make some improvements to the code. What are some tools out there that will allow me to do this? It's written in VB, I believe.