Wrox Home  
Search P2P Archive for: Go

  Return to Index  

asp_components thread: Removing dlls


Message #1 by selman@b... on Sun, 15 Oct 2000 17:31:03 +0100
I've been going through the example

"Insurance Premium Calculator"

in Chapter 2.



I now want to use a different dll.

How do I unregister and delete the

insurance.dll?



Message #2 by Duane Douglas <ddouglas@m...> on Sun, 15 Oct 2000 14:26:21 -0400
At 05:31 PM 10/15/00 +0100, you wrote:

>I've been going through the example

>"Insurance Premium Calculator"

>in Chapter 2.

>

>I now want to use a different dll.

>How do I unregister and delete the

>insurance.dll?



regsvr32 insurance.dll /u



hth


  Return to Index