Debug closed C# dll file without source code

41 views Asked by At

I have a C# program that uses a DLL that was written in C# FW 4.0. I don't have the source code or the pdb for the dll. It throws an error but doesn't say exactly what happened. How can I debug it and see the exact line that causes the error? I tried attaching VS 2022 debugger but f11 won't step into the closed DLL code.

0

There are 0 answers