You might know that to register an assembly you can use 'regasm' command.
But what if you want to unregister this assembly ??
To unregister an assembly using regasm.exe command that had been registered before. You could you can add a /unregister to regasm syntax :
'regasm /unregister [assembly full path]'
No comments:
Post a Comment