I have a referenced assembly that keeps failing when I call it. I have the source for this assembly in a large project, Project A. I've compiled it and have been using it in Project B. Unfortunately Project B keeps failing and the stack trace shows that it fails on Project A's assembly.
It seems like I have two options:
Is there any other way I'm missing it? Is there anyway to link the projects easily?
Sorry if this sounds naive. it is the first time I've run into it.
if you have source code of project A
just include PDB file and assign referecne of the project A dll.
when you reach method of prject A press f11 which will take you to project A.
Add ProjectA.pdb
to the folder that you're referencing the DLL from and Visual Studio should pick up the debugging symbols and step in automatically.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With