no dogma blog
no dogma blog
Blog Posts
Podcast
Web API Lambda Course
Polly Course
Photos
Contact
Support this Site
About
RSS
Light
Dark
Automatic
Assembly location
Locating and checking an executing DLL on a running web server or other application
Edit - even though the steps described below related to an example with IIS, you can use this technique for any running process, it’s just a matter of identifying the process id.
Sep 17, 2016
#
Assembly location
,
Debugging
,
Process explorer
Finding the Location of a Running Assembly in .Net
For many reasons you might want to know where a running assembly is located on your filesystem. I had to do this once when I was compiling classes at runtime and had a dependency on EntityFramework.
May 1, 2015
#
Assembly location
,
Dynamic compilation
Cite
×