G
gilad
Hi,
I would like to add some code to system.data so I can trace calls to
SqlConnection class. I used ildasm.exe, got the il code, added some of
mine and used the ilasm.exe to get a new assembly.
The problem is that I cannot remove the old file using the gacutil.exe
.... it says that it is required by other applications ...
How is it possible to remove system.data.dll from the gac or get my
task done in a different way?
Thanks,
Gilad.
I would like to add some code to system.data so I can trace calls to
SqlConnection class. I used ildasm.exe, got the il code, added some of
mine and used the ilasm.exe to get a new assembly.
The problem is that I cannot remove the old file using the gacutil.exe
.... it says that it is required by other applications ...
How is it possible to remove system.data.dll from the gac or get my
task done in a different way?
Thanks,
Gilad.