C
cmay
I have been having some problems lately where I get the error where it
says that it cannot copy the new DLL b/c it will overwrite a reference
to the old version.
I know why this error happens, but often lately when I fix it, it
doesn't "work".
I have to manually delete dlls, restart VS.Net, close the solution,
stuff like that to get it to work.
Somewhere, something is getting heldup for whatever reason.
Is there any way to take a DLL and find its dependencies? When it says
that there is a reference to DLL XXX.XXX with version 1.123.1233.3211,
where is that information stored?
I tried looking at the DLL in ISDASM and tried looking at the project
file in notepad, but no luck.
How can I find these dependencies?
says that it cannot copy the new DLL b/c it will overwrite a reference
to the old version.
I know why this error happens, but often lately when I fix it, it
doesn't "work".
I have to manually delete dlls, restart VS.Net, close the solution,
stuff like that to get it to work.
Somewhere, something is getting heldup for whatever reason.
Is there any way to take a DLL and find its dependencies? When it says
that there is a reference to DLL XXX.XXX with version 1.123.1233.3211,
where is that information stored?
I tried looking at the DLL in ISDASM and tried looking at the project
file in notepad, but no luck.
How can I find these dependencies?