문제

I've registered a COM dll using the regsvr32 command and I forgot the exact location of the assembly from where I did it. Now I'm facing trouble to unregister the dll. How I can unregister it? I tried using the /u switch from other locations of the assembly but that's not working.. the asp application is still using the assembly successfully.

도움이 되었습니까?

해결책

다른 팁

Open command prompt with admin privilege and type:

regsvr32 -u dll name
라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top