I'm looking for a way to return my assembly location at runtime, I can't use Assembly.Location because it returns the shadow-copied assembly's path when running under NUnit.
Asked
Active
Viewed 64 times
0
-
How about this? http://stackoverflow.com/a/864497/1373170 – Pablo Romeo Apr 08 '13 at 20:16
-
So `Assembly.GetExecutingAssembly().Location` doesn't provide the right path? – Mike Perrenoud Apr 08 '13 at 20:17