Why would you need to run regasm
and caspol
on a .NET
component more than once?
I have a COM client that uses a .NET
component residing on another machine. Consequently I need to run regasm
and caspol
on this .NET
component. What could cause there to be the need to do this again on the same machine to the same component?
Is the effect of regasm
and caspol
only temporary? Or can I assume that someone has reset or cleared something on a machine if I am having to do this again?
EDIT: Only capsol needs to be run.