Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

dll Registration

Status
Not open for further replies.

precimonito

Programmer
Joined
Jan 20, 2001
Messages
18
Location
EC
hi I have a problem with the components registry of the iis, when i want to change the version of the component it doesn´t work, when i use the command

regsvr32 /u mycomp.dll

I get a message of ´succesful unregistry´ but when I try to overwrite the component I get an error message
and the component is still active even though I have already unregistered it.
This only happens ocasionally can somebody help me?

 
Hi precimonito

Regsvr32 actually unregister your dll not stopped using it by any application(i.e already using it).

You have to start and stop your then you can overwrite dll.
if you provide me your email address, I can give an exe that will kill your forcefully after that u can easily start your by writing
"net start W3SVC"
 
u can send the file that u talk about to monica@epsilum.com
thanks a lot, :)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top