Questions tagged [dll]

Dynamic-link library (also written without the hyphen), or DLL, is Microsoft's implementation of the shared library concept in the Microsoft Windows and OS/2 operating systems. In the broader sense of the term, any data file with the same file format can be called a resource DLL.

Dynamic-link library (also written without the hyphen), or DLL, is Microsoft's implementation of the shared library concept in the Microsoft Windows and OS/2 operating systems. These libraries usually have the file extension DLL, OCX (for libraries containing ActiveX controls), or DRV (for legacy system drivers). The file formats for DLLs are the same as for Windows EXE files — that is, Portable Executable (PE) for 32-bit and 64-bit Windows, and New Executable (NE) for 16-bit Windows. As with EXEs, DLLs can contain code, data, and resources, in any combination. In the broader sense of the term, any data file with the same file format can be called a resource DLL. Examples of such DLLs include icon libraries

75 questions
0
votes
2 answers

How do check that applications on two different Servers are using the same version of a dll?

How I have two programs that use the same dll on different servers. How do I check that both servers are using the same dll version? In this case, I want to make sure Exchange and Blackberry Enterprise Server are using the same version of a…
Kyle Brandt
  • 82,107
  • 71
  • 302
  • 444
0
votes
1 answer

WARNING: WMI ProgID registrations missing

I started one of my windows server 2012 R2 virtual machines today and got the following warning: WARNING: WMI ProgID registrations missing At first I only saw a vague error in the server manager: After running the WMI Diagnosis Utility I got more…
SPottuit
  • 111
  • 3
  • 7
0
votes
2 answers

how i can know when a new version of a file has been copied

I am working on windows server 2012 R2. now I have the following case:- Inside IIS I have a .dll file named project.dll .created on 1/1/2016 , last modified on 1/7/2016. I took a copy of this file. save it inside a secure place now I wanted to test…
John John
  • 339
  • 1
  • 4
  • 12
0
votes
0 answers

How do you manually install an Active-X control to be used by Internet Explorer?

I have the cab file which contains an OCX file, a DLL file, and a setup.inf file. An example of the inf file would be *; INF for whatever [version] signature="$CHICAGO$" AdvancedINF=2.0 …
0
votes
2 answers

faulting module msvcrt.dll, what is msvcrt.dll?

I have Apache version 2.0.59.200 running locally serving a PHP application that connects to a Firebird database. Recently, I have been having problems with Apache crashing, as best as I can tell, randomly. I get the following error…
user24191
0
votes
1 answer

DLL files are incorrect size when uploaded to server via FTP

I've set up a new server with FTP access. However I have noticed that when uploading .dll (.net assembly) files via FTP, the destination file is a different size to the original file. This seems to prevent the assembly loading in the application. If…
0
votes
0 answers

Event error: Windows cannot query DllName registry entry for {...}

My Windows event log is full of Application Errors like: Event Type: Error Event Source: Userenv Event Category: None Event ID: 1041 Date: 2016-03-07 Time: 11:19:36 AM User: NT AUTHORITY\SYSTEM Computer: …
matt wilkie
  • 479
  • 4
  • 11
  • 28
0
votes
1 answer

SQL Server 2012 Native Client returns missing DLL error on install

OS: Windows 7 Pro SP1 Whenever I try to install the SQL Server 2012 Native Client x64 the install process gets to the end, the "removing backup files" stage then throws up this error: "There is a problem with this Windows Installer Package. A DLL…
user306594
  • 1
  • 1
  • 3
0
votes
2 answers

Permissions not inherited in Windows 2003 when copying from other folder

Today I did a web site update and got this strange behavior I never experienced before. I always copy files from a build folder to the prod folder. After I copied the file, I started getting a permission denied error in the web site, so I went to…
user19085
0
votes
2 answers

Install RSClientPrint for Reporting Services 2012 using .bat file and still be able to use 2005

I have a Reporting Services 2005 server that when users accessed it and tried to print reports would get a message asking them to install the print control, which they could not do because of lack of permission. A work around I had found at the…
John Wesley Gordon
  • 183
  • 1
  • 3
  • 10
0
votes
2 answers

log2vis.dll dependent dlls

We are using log2vis.dll in one of our websites (it is a logical to visual fliper). Now we moved the website and the DLL to another server with the same configuration but we now get errors when the code tries to use the object in this DLL. Does…
Lea Cohen
  • 137
  • 1
  • 10
0
votes
1 answer

What happnes/might happen if I try to register a dll that is already in registry?

My TFTP server will not start on a windows 2003 server. I'm guessing the application won't start because the .dll is not registered. I have dug out all .dll files with TFTP in their name. When I search HKEY_CLASSES_ROOT/CLSID in the registry which…
0
votes
1 answer

Microsoft patching folders

After extracting a Microsoft security patch, I got several folders containing the updated DLL. For Windows XP SP3 I have two folders: SP3GDR and SPQFE. Does anyone know what is the difference between those two folders? also what does 'GDR' and 'QFE'…
Benjamin
  • 147
  • 1
  • 1
  • 6
0
votes
0 answers

The following files didn't self register or unregister: Error0x0

Hi I'm using Windows 2008 Enterprise R2 VM and when I reinstall Delmia Process engineer I get: The following files didn't self register or unregister: C:\DELMIA\PPRServer\win_b64\code\bin\ergoplandoimpl.dll Error 0x0 to continue click OK;…
0
votes
1 answer

faulting application winword.exe

everybody at our company works on the domain but recently some useres have started having trouble with word saying that there is a problem with word and asking them whether they want to send an error report. I've done a bit of research in the event…
steve
  • 1