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).

Register DLL file on Windows Server 2008 R2

I'm trying to register a COM DLL file on Windows Server 2008 R2. Here are the steps I took: Run cmd …

windows dll windows-server-2008-r2 windows-server-2000
How do I find the PublicKeyToken for a particular dll?

I need to recreate a provider in my web.config file that looks something like this: <membership defaultProvider="AspNetSqlMemProvider"&…

.net dll .net-assembly publickeytoken
How can I specify a [DllImport] path at runtime?

In fact, I got a C++ (working) DLL that I want to import into my C# project to call it's …

c# c++ dll constants dllimport
The name 'ViewBag' does not exist in the current context

I am trying to use ViewBag in my application, I have all of the recent dlls, the latest version of …

dll asp.net-mvc-3 gac viewbag
msvcr110.dll is missing from computer error while installing PHP

I am trying to install PHP(5.5). I extracted the zip file in C:\php folder. And I also set the …

php dll
How do I determine the dependencies of a .NET application?

How do I determine the dependencies of a .NET application? Does Dependency Walker work with managed apps? I've downloaded the …

.net dll dependencies dependency-walker
"This assembly is built by a runtime newer than the currently loaded runtime and cannot be loaded"

I'm getting the error: "This assembly is built by a runtime newer than the currently loaded runtime and cannot be …

c# dll .net-4.0 .net-2.0
How do I build an import library (.lib) AND a DLL in Visual C++?

I want to have a single Visual Studio project that builds a DLL file and an import library (.lib) file. (…

c++ visual-studio dll import
Exporting functions from a DLL with dllexport

I'd like a simple example of exporting a function from a C++ Windows DLL. I'd like to see the header, …

winapi visual-c++ dll name-decoration
DLL and LIB files - what and why?

I know very little about DLL's and LIB's other than that they contain vital code required for a program to …

dll static-libraries