|
 |
asp_components thread: Unregistering a DLL
Message #1 by "Thomas Eden" <tede461@e...> on Sat, 17 Mar 2001 00:54:09
|
|
Does anyone know how to safely unregister a component that one has made?
Thanks,
Tommy
Message #2 by Imar Spaanjaars <Imar@S...> on Sat, 17 Mar 2001 12:43:36 +0100
|
|
Hi Tommy,
You need to type regsvr32 /u nameofDLL.dll at the command prompt.
This will remove the DLL from the registry. Depending on your situation,
you might need to restart the webserver before you can actually delete the
dll from disk.
Imar
At 10:46 AM 3/17/2001 -0800, you wrote:
>Does anyone know how to safely unregister a component that one has made?
>
>Thanks,
>Tommy
>---
>SoftArtisans helps developers build robust, scalable Web applications!
>Excel Web reports, charts: http://www.softartisans.com/excelwriter.html
>File uploads: http://www.softartisans.com/saf.html
>Transactional file management: http://www.softartisans.com/saf1.html
>Scalability: http://www.softartisans.com/saxsession.html
>ASPstudio value pack: http://www.softartisans.com/aspstudiosuite.html
Message #3 by "Swathi Akella" <swathi@m...> on Sat, 17 Mar 2001 16:37:57 +0530
|
|
Hello
if u registered the dll using regsvr32 u can unregester it using
regsvr32 /u/i mydll.dll
u can unregister dll registered in MTS in the fillowing way
Go to microsoft transaction server explorer
click on the package where u installed ur dll.
click on components folder and select all the components u have to delete
and delete
Hope this is ur requirement.
Swathi
----- Original Message -----
From: Thomas Eden <tede461@e...>
To: ASP components <asp_components@p...>
Sent: Sunday, March 18, 2001 12:16 AM
Subject: [asp_components] Unregistering a DLL
> Does anyone know how to safely unregister a component that one has made?
>
> Thanks,
> Tommy
> ---
> SoftArtisans helps developers build robust, scalable Web applications!
> Excel Web reports, charts: http://www.softartisans.com/excelwriter.html
> File uploads: http://www.softartisans.com/saf.html
> Transactional file management: http://www.softartisans.com/saf1.html
> Scalability: http://www.softartisans.com/saxsession.html
> ASPstudio value pack: http://www.softartisans.com/aspstudiosuite.html
$subst('Email.Unsub')
>
>
>
Message #4 by Morris Andrew-AMORRIS1 <AMORRIS1@m...> on Mon, 19 Mar 2001 11:23:47 -0000
|
|
You unregister a .dll by using the /u switch on regsvr32.
Go to the command prompt and type
regsvr32 /u [path to dll]
AM
-----Original Message-----
From: Thomas Eden [mailto:tede461@e...]
Sent: 17 March 2001 18:46
To: ASP components
Subject: [asp_components] Unregistering a DLL
Does anyone know how to safely unregister a component that one has made?
Thanks,
Tommy
|
|
 |