Top "Dll" questions

A dynamic-link library (DLL) is a module that contains functions and data that can be used by another module (application or DLL).

System.MissingMethodException: Method not found?

What once was working in my asp.net webforms app now throws this error: System.MissingMethodException: Method not found The …

c# asp.net dll nuget httphandler
How can I test a Windows DLL file to determine if it is 32 bit or 64 bit?

I'd like to write a test script or program that asserts that all DLL files in a given directory are …

windows dll 32bit-64bit
How to check for DLL dependency?

Sometimes when I'm doing a little project I'm not careful enough and accidentally add a dependency for a DLL that …

windows dll dependencies
How do I resolve "Run-time error '429': ActiveX component can't create object"?

My company has a VB6 application using Crystal Reports 7 which a client has asked to be installed on Windows 7 32 bit. …

dll vb6 windows-7 activex ocx
What exactly are DLL files, and how do they work?

How exactly do DLL files work? There seems to be an awful lot of them, but I don't know what …

windows winapi dll
Can't load IA 32-bit .dll on a AMD 64-bit platform

I am trying to use SVMLight from Java, using the JNI wrapper on this page: static { System.loadLibrary("lib/JNI_…

java windows dll java-native-interface
When to use dynamic vs. static libraries

When creating a class library in C++, you can choose between dynamic (.dll, .so) and static (.lib, .a) libraries. What …

c++ dll shared-libraries static-linking dynamic-linking
Can't find how to use HttpContent

I am trying to use HttpContent: HttpContent myContent = HttpContent.Create(SOME_JSON); ...but I am not having any luck finding …

c# asp.net .net dll
What tool can decompile a DLL into C++ source code?

I have an old DLL that stopped working (log2vis.dll) and I want to look inside it to see …

c++ dll decompiling
ActiveX component can't create object

I have just installed a third party app on my Windows Server 2008 server and I get the ActiveX Component can't …

dll vbscript activex windows-server-2008 dllregistration