G
GD
Hi,
I tried to use the following code (C#) to uninstall an assembly from GAC:
Process.Start("cgacutil.exe", "-u " + " \\Windows\\myAssembly.dll);
However, nothing happens. It doesn't event throw any exception.
Can somebody point out what is wrong with the syntax please?
Thanks.
GD
I tried to use the following code (C#) to uninstall an assembly from GAC:
Process.Start("cgacutil.exe", "-u " + " \\Windows\\myAssembly.dll);
However, nothing happens. It doesn't event throw any exception.
Can somebody point out what is wrong with the syntax please?
Thanks.
GD