Looking at a Kentico 7 custom module (ascx) that references a namespace (e.g.:
<%@ Import Namespace="MyCustom.Things" %>
I looked in the \bin directory for the site itself and can't find any reference to MyCustom.Things. I tried ildasm and ndepend, but neither were able to find the source of that namespace. I'm not sure the source is even available anymore, but I'm trying to at least find the imported dll.
Any ideas?
Update: Solved - it was in a .cs file in the /app_code directory of the web application.