Link to home
Start Free TrialLog in
Avatar of curiouswebster
curiouswebsterFlag for United States of America

asked on

Finding which project has a reference to our internal Namespace?

Finding which project (in a solution) has a reference to our internal Namespace?

I am having trouble finding the entry point into a DLL, but have the source code on disk for that project and know it is used by the solution.

How do I search the solution for the project (or projects) with a reference to that project?

Thanks
ASKER CERTIFIED SOLUTION
Avatar of zephyr_hex (Megan)
zephyr_hex (Megan)
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of curiouswebster

ASKER

thanks
SOLUTION
Avatar of AndyAinscow
AndyAinscow
Flag of Switzerland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Ok, so simply looking for the "using" statement is enough. I meant references on the references tab. Why do I sometimes need to add a Reference in order to use the using statement, and other times not?
thanks