I am interacting with a custom COM component in my C# project.
I am wrapping it with IDisposable.
The problem I am facing is that I do not see the DLL for CSCCOM in Process Explorer once the program runs.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
OK. Just found out that there is nothing wrong with the code. But the reason I was not able to see the COM dll was that “Show Lower Pane” was not turned on in the ProcessExplorer.
Steps to see all related dlls for a running process in ProcessExplorer:
Hope this helps someone who is new to ProcessExplorer like me!