Waitching activity on a DLL

G

Gary

I've got an application that when upgrading gives me a "An error
occurred during the move data process: -132". I think it is because
of one specific DLL that is remaining in memory when the application is
shutdown. Although I'm not positive about that.
Does anyone know how to monitor a DLL to see what it's doing? I'm
looking for things like watching to see if other DLLs or EXEs are
accessing it, watching to see if it is loaded in memory. I'm not totally
sure what I'm looking for but looking for ideas. I've used "depends.exe"
a little but it doesn't seem to tell me when the file is accessed or if
it's still loaded in memory.

Thanks,
Gary
 
D

Dave Patrick

Here you go.

http://www.sysinternals.com/Utilities/ProcessExplorer.html

--

Regards,

Dave Patrick ....Please no email replies - reply in newsgroup.
Microsoft Certified Professional
Microsoft MVP [Windows]
http://www.microsoft.com/protect

:
| I've got an application that when upgrading gives me a "An error
| occurred during the move data process: -132". I think it is because
| of one specific DLL that is remaining in memory when the application is
| shutdown. Although I'm not positive about that.
| Does anyone know how to monitor a DLL to see what it's doing? I'm
| looking for things like watching to see if other DLLs or EXEs are
| accessing it, watching to see if it is loaded in memory. I'm not totally
| sure what I'm looking for but looking for ideas. I've used "depends.exe"
| a little but it doesn't seem to tell me when the file is accessed or if
| it's still loaded in memory.
|
| Thanks,
| Gary
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top