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

76 questions
1
vote
1 answer

How to install CDO-NTS on 64-bit windows 2003

I have a legacy application that makes use of the old CDONTS mail object that I'm trying to move to a new server, which happens to be running the 64-bit version of Windows 2003. About a million times, I have installed it on other (32-bit) instances…
DrFredEdison
  • 261
  • 4
  • 12
1
vote
1 answer

Access Denied registering DLL under Windows 7 Embedded

In setting up a Windows 7 Embedded system, I need to run a couple old installers that register DLLs. These are failing--some with errors and some just exit without apparently doing anything. One installer reports that registering a DLL fails (even…
1
vote
1 answer

Viewing a Server's GAC from another machine using Windows Explorer doesn't see all the DLL's

When I view a Windows Server's GAC (through Internet Explorer) I can see all the dll's that have been registered for the cache. However, when i navigate to the same location from another server, some of the dll's are not visible. Why is that? I have…
Mike T
  • 271
  • 1
  • 4
  • 11
1
vote
1 answer

Running application as user: MSComm32.ocx error

(I'm not sure this is the best place to ask this question, so if not, please redirect me to it) I'm setting up a new win2008R2 terminal server and am having issues with an application that runs fine on our 2003 TS. If I run the application as a…
VolrathTheFallen
  • 318
  • 2
  • 11
1
vote
2 answers

Software updates and locked EXEs/DLLs

I have a question on how to best deploy/update a software package on a Windows server that is used by several users across the network. We are in charge of updating a software package on a regular basis. This package is installed in a shared folder…
hmn
  • 111
  • 3
1
vote
1 answer

Comparing DLL sets from the same app on two different machines

Is there a good way to compare the DLLs loaded between two machines running the same app. (And to replicate the process between N other machines, two at a time?) Background: I am trying to track down a configuration/setup issue. It's the age-old,…
Paul Sasik
  • 231
  • 1
  • 10
1
vote
1 answer

Invoking a COM Server Dll on a 64-bit Windows Machine

I originally posted this on StackOverflow, but I thought maybe ServerFault could be a better audience: I have 32-bit COM exe (written in FoxPro). This exe invokes a 32-bit COM dll (also written in FoxPro). In the 32-bit Windows world, the dll is…
Ken
  • 121
  • 4
1
vote
1 answer

IIS 7.5 doesn't cache 3rd party dll on recycle?

I have a really annoying problem. I have an application (.net 3.5) running within IIS7.5. Normally when I recycle an application it takes some time the first time you surf to the application. I'm used to this behaviour so I don't mind. I think that…
user29964
  • 135
  • 1
  • 8
1
vote
5 answers

ASP.Net site on IIS 7.5 not taking new version of 3rd party DLL

I have a web application that was using SubSonic version 2.1.0. While adding some new features I came across a bug in that version that was fixed in 2.2.0. On my dev box, I switch the version of the DLL referenced and everything worked fine. After…
ManiacZX
  • 1,656
  • 13
  • 16
1
vote
3 answers

Microsoft Register Server has stopped working error msg on Windows 7 Ultimate 64-bit

Everytime after after the logon I get this error: Microsoft Register Server has stopped working. APPCRASH regsvr32.exe ... I've found some articles recommending setting the DEP for regsvr32.exe, but it does not work for 64 bit version. What more,…
theSpyCry
  • 129
  • 1
  • 2
  • 10
1
vote
1 answer

Error: Unable to load OraOps10.dll

I have NT services compiled with 32 bit version of oracle client on windows 7, but when I run this service on windows 2008 I get error: Unable to load OraOps10.dll. I guess that this is because I have newer version of oracle client on the server…
Rodnower
  • 179
  • 3
  • 12
1
vote
3 answers

IIS 7 503 error, application pool stop crash, defdoc.dll could not be loaded due to a configuration problem

Currently trying to get iis 7 to work, but every time I request a page, the application pool goes into stopped status. In the event log this is what comes back. The Module DLL 'C:\Windows\System32\inetsrv\defdoc.dll' could not be loaded due to a…
optician
  • 533
  • 8
  • 19
1
vote
1 answer

GAC locking problem when running deployment

We have a NANT script that uses msbuild to compile our visual studio solutions and deploys the .dlls into the GAC. This works well on our integration/test servers as part of continuous integration, cruise control uses the NANT scripts and every time…
Kieran
  • 141
  • 5
0
votes
1 answer

How to solve problems with AppxPackaging.dll (Windows App Certification Kit)?

We receive the follow error message on building an UWP application. Task 'ValidateAppxManifest' failed. Retrieving the COM class factory for component with CLSID {5842A140-FF9F-4166-8F5C-62F5B7B0C781} failed due to the following error: 8007045a…
Horcrux7
  • 175
  • 6
0
votes
1 answer

Windows Server 2016 how to unlock DLL

I've a Windows Server 2016 installation with Exchange 2016. I need to unblock a downloaded DLL as asked into this guide. In Windows Server 2012, you need to right-click and then click to UNBLOCK. In 2016 there is no block button. How can I unblock a…