Wrox Home  
Search P2P Archive for: Go

  Return to Index  

asp_discuss thread: user-defined DLL cannot be unregistered


Message #1 by "cindy zhou" <czhou@w...> on Mon, 9 Sep 2002 14:50:26
I am building a web report. I wrote an ActiveX DLL and call it from an ASP 
page. I am experiencing very serious problem. I registered my own DLL, 
then if I tried to unregister it, seems it is always registered! What I am 
saying is that I can run "regsvr32 /u myDLL.dll" forever with no error! 
Since this error exists, there are errors showing my ASP pages with 
reports, and the error messages vary every time I reregister my DLL. Once 
I get an error message "DLL overflow", I guess that is the real problem. 
Anybody had this problem before? Please give me a help. It drives me nuts!
Thanks, 
Cindy
Message #2 by "Kyle M. Burns" <lists@c...> on Sat, 14 Sep 2002 18:19:08 -0500
IIS has a nasty habit of holding files open once the object has been
called from ASP.  Try stopping IIS before you attempt to unregister the
DLL.

-----Original Message-----
From: cindy zhou [mailto:czhou@w...] 
Sent: Monday, September 09, 2002 2:50 PM
To: asp_discuss
Subject: [asp_discuss] user-defined DLL cannot be unregistered

I am building a web report. I wrote an ActiveX DLL and call it from an
ASP 
page. I am experiencing very serious problem. I registered my own DLL, 
then if I tried to unregister it, seems it is always registered! What I
am 
saying is that I can run "regsvr32 /u myDLL.dll" forever with no error! 
Since this error exists, there are errors showing my ASP pages with 
reports, and the error messages vary every time I reregister my DLL.
Once 
I get an error message "DLL overflow", I guess that is the real problem.

Anybody had this problem before? Please give me a help. It drives me
nuts!
Thanks, 
Cindy


  Return to Index