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.
0
votes
1answer
43 views
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 ...
2
votes
1answer
32 views
Find dll being accessed by RegOpenKey in Process Monitor
I'm trying to find out which dll file is causing my problems. I'm using Process Monitor. It lists the Operation RegOpenKey and an error "NAME NOT FOUND" for the result, but doesn't tell me what that ...
1
vote
0answers
70 views
windows 2003 server - php_memcache.dll for PHP version 5.3?
(I posted this in stack overflow about 15 hours ago - but I was told that stack overflow >was not the right forum by the admins for this question, so I'm hoping that this is the >correct forum.)
...
0
votes
0answers
128 views
SQL Server missing .eml IFilter
I am having trouble with my IFilters in SQL Server 2012 with FullText Search enabled on my FileTable. I recently imported keep emails in .eml format using a C# application. I noticed my fulltext ...
0
votes
0answers
196 views
Multiple requests not entering HttpModule ASP NET
I usually try to figure things out myself but I've been working on this problem for over a week and I'm not making any headway :(.
I created an HTTP Module that detects the user's browser agent and ...
3
votes
1answer
725 views
windows 2003 server missing dllcache folder, how to restore?
Recently our Windows 2003 server has started giving a "Could not start the security center service error". I looked into this and realized a windows dll was missing called WSCSVC.dll
I then realized a ...
4
votes
1answer
150 views
Windows Server 2003/Terminal Services - DLL Caching?
Does Windows Server 2003 cache specific DLLs on a per-user basis when in a terminal server environment?
Back-Story:
We recently had to update some DLLs for our application, and a couple clients are ...
0
votes
1answer
275 views
How can I install qedit.dll to Windows Server 2008 R2 Sp1
I need to install qedit.dll to windows server 2008 R2 SP1
Can you help me with this ?
I tried 2 dll file. One from my local computer which is windows 7 sp1 and another one I downloaded from ...
0
votes
2answers
2k views
Why would REGSVR32 not find a DLL that is clearly there?
I'm installing a custom application on a brand new Windows 2003 Server. A couple of DLLs need to be added and registered, and I have copied them to the server in the C:\WINDOWS\System32 folder -- ...
2
votes
3answers
831 views
Registered password filter on Windows 2008 never fires
I've written a custom password filter for Windows Domain Controllers (a passfilt.dll) and registered it according to the instructions (put it in the system32 folder and updated the registry key)
But ...
1
vote
1answer
59 views
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 ...
0
votes
4answers
5k views
How to register a DLL using PowerShell without RegAsm
I have an ASP Classic application which references some Visual Basic 6.0 COM objects. One of these Visual Basic 6.0 COM objects reference another third-party DLL.
The third-party DLL needs to be ...
2
votes
2answers
2k views
View all registered DLLs on Server 2008
I would like to see if DLL registration was successful on a Windows Server 2008 machine. Is there any way to view a list of all registered DLLs??
Thanks!
0
votes
2answers
273 views
Remove reference of a DLL - IIS
Good night.
I am having an annoying problem with a DLL.
Well, i needed to make a test with two different versions of a DLL on an application on IIS.
I renamed the original dll ...
1
vote
2answers
144 views
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 ...
0
votes
1answer
135 views
Sharepoint web part fails intermittently
I have a MOSS 2007 environment, 2 web servers and a DB server, load balanced between the two web servers.
I deployed a web part recently, which worked fine for a while, but failed on web server 2 ...
1
vote
1answer
119 views
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 ...
1
vote
1answer
3k views
How to uninstall DLL from assembly folder? Permission denied when uninstalling DLL from GAC
I am trying to uninstall a DLL from the C:\Windows\Assembly "folder" on Windows Server 2008, but am getting a "permission denied" error. How do I go about removing a DLL without uninstalling the ...
1
vote
1answer
198 views
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 ...
1
vote
1answer
492 views
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 ...
0
votes
5answers
2k views
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 ...
0
votes
1answer
519 views
Looking for a windows binary of eAccelerator or APC for PHP 5.3.0. Anyone know where I can download?
I've googled for hours, but I cannot seem to find the right *.dll file for either of these PHP caching solutions. I'm running windows server 2003, Apache 2.2.11, and PHP 5.3.0
7
votes
2answers
12k views
Where can I (safely) get libintl3.dll?
I am having problems running the Windows version of wget on a Windows 7 machine. When I run the command I get this error:
The program can't start because libintl3.dll is missing from your ...
0
votes
1answer
1k views
Cannot install PHP APC on Windows, Apache
i cant seem to install PHP APC on my windows 7 x64, apache, php 5.3.2 x86 VC9. have downloaded the approperiate file from http://downloads.php.net/pierre/
added to my php.ini
[PHP_APC]
...
0
votes
1answer
562 views
Can thumbcache.dll safely be removed from Windows 2008 Server R2?
We have a product that has a conflict with thumbcache.dll. Can thumbcache.dll safely be removed from Windows 2008 Server R2?
1
vote
1answer
620 views
PHP oci8 dll not loading on windows 64 bit XP. What am I doing wrong?
on win 64, I installed apache, php etc. Everything works fine, except the oracle part. I can connect to oracle from sql developer which means my tnsnames.ora file is correct. When apache starts, there ...
4
votes
5answers
12k views
Problem with regsvr32 on Windows Server 2008
I am attempting to register a basic COM dll on a Windows Server 2008 standard box.
I run regsvr32 capicom.dll and it reports DllRegisterServer in capicom.dll succeeded. This is the same process ...
1
vote
1answer
1k views
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 ...
1
vote
3answers
3k views
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 ...
1
vote
2answers
447 views
Why .so files also work for windows?
I found this in httpd.conf:
LoadModule rewrite_module modules/mod_rewrite.so
Isn't the .so files for linux?
Shouldn't it be .dll for windows?
1
vote
1answer
225 views
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, ...
0
votes
1answer
27 views
side by side COM component versions on Windows Server 2000
Is it possible to have different versions of a COM component installed and callable on a Windows 2000 server, much like Registration-Free COM components in Windows Server 2003 onwards?
0
votes
2answers
69 views
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 ...
1
vote
1answer
211 views
Is there a minimal php5ts.dll?
I've completed my web app and am using mongoose to serve the php pages. The whole app & mongoose is less then 2MB.
The php5ts.dll is almost 5MB so that really adds bloat. Also, my app is very ...
0
votes
2answers
3k views
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, ...
1
vote
0answers
86 views
Internet Explorer 6 Encountered An Error ntl.dll Issue on XP and Win2000
As we have some PC's still running Windows 2000 and this is beyond our control we use IE 6 so we can keep the IE platform standard. Recently on some XP and Win2000 PCs IE has been crashing with the ...
2
votes
1answer
2k views
.DLL error when installing firmware for Dell PE2900 PERC 5/i RAID
I'm installing a new RAID firmware version (2.5.0) for a Dell PE2900 which has a PERC 5/i RAID setup. When I run the installer, it gives the message "The procedure entry point RegDeleteKeyExA could ...
0
votes
2answers
515 views
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 ...
0
votes
2answers
89 views
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 ...
0
votes
1answer
51 views
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 ...
0
votes
2answers
351 views
win32api.dll Missing
I am trying to start a Buildbot Buildslave on a Windows XP virtual machine:
python buildbot start .
ImportError: No module named win32api.
Google tells me that win32api is win32api.dll. I ...
3
votes
2answers
2k views
Is it possible to fix “Logon User Interface DLL acmsgina.dll failed to load”?
Here is the scenario: installing an update to ActivCard (6.1) to a Windows XP laptop. After the required reboot, Windows XP brings up the default blue background, waits for quite a long time and then ...
2
votes
6answers
163 views
What's “c:\windows\ajavuviy.dll”?
I've got a computer spewing messages from RUNDLL about errors loading "c:\windows\ajavuviy.dll". Seems to happen mostly when idle and can generate probably 40-50 error windows pretty quick.
Google ...
1
vote
4answers
1k views
Com DLL becomes unregistered at random
We have a VB6 application that uses a COM object to communicate with an email package. The app runs autonomously and every once in a blue moon the COM DLL seems to become unregistered. A quick call ...

