You must Sign In to post a response.
  • Category: ASP.NET

    Need to find page of particular DLL

    Hi Friends,

    Is there any way to find, which page is related to particular DLL?
    Any idea?

    Thanks,
  • #769331
    Do you want to check the assembly to which your code file belongs , you can do something like as explained in below URL:


    https://msdn.microsoft.com/en-us/library/system.reflection.assembly.getexecutingassembly(v=vs.110).aspx

    Thanks!
    Anjali Bansal

    ~Give your best and lead the world


  • Sign In to post your comments